diff --git a/src/v1/chat_completion.rs b/src/v1/chat_completion.rs index 8381bc5..139e35b 100644 --- a/src/v1/chat_completion.rs +++ b/src/v1/chat_completion.rs @@ -159,7 +159,7 @@ pub struct ChatCompletionResponse { pub model: String, pub choices: Vec, pub usage: common::Usage, - pub system_fingerprint: String, + pub system_fingerprint: Option, } #[derive(Debug, Serialize, Deserialize, Clone)]