diff --git a/src/v1/chat_completion.rs b/src/v1/chat_completion.rs index e20b827..82f693b 100644 --- a/src/v1/chat_completion.rs +++ b/src/v1/chat_completion.rs @@ -243,7 +243,7 @@ pub struct ChatCompletionChoice { #[derive(Debug, Deserialize, Serialize)] pub struct ChatCompletionResponse { - pub id: String, + pub id: Option, pub object: String, pub created: i64, pub model: String,