diff --git a/src/v1/chat_completion.rs b/src/v1/chat_completion.rs index f66c1e6..524b5a8 100644 --- a/src/v1/chat_completion.rs +++ b/src/v1/chat_completion.rs @@ -135,6 +135,7 @@ pub struct ChatCompletionResponse { pub model: String, pub choices: Vec, pub usage: common::Usage, + pub system_fingerprint: String, } #[derive(Debug, Serialize, Deserialize, Clone)]