Skip to content

Commit

Permalink
Fix system_fingerprint type
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongri Jin committed Dec 28, 2023
1 parent 5abd7df commit d2e2166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/chat_completion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ pub struct ChatCompletionResponse {
pub model: String,
pub choices: Vec<ChatCompletionChoice>,
pub usage: common::Usage,
pub system_fingerprint: String,
pub system_fingerprint: Option<String>,
}

#[derive(Debug, Serialize, Deserialize, Clone)]
Expand Down

0 comments on commit d2e2166

Please sign in to comment.