Skip to content

Commit

Permalink
Fix chat without stream error
Browse files Browse the repository at this point in the history
Signed-off-by: csh <458761603@qq.com>
  • Loading branch information
L-jasmine committed Aug 6, 2024
1 parent 9efb754 commit fd6fc34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moxin-protocol/src/open_ai.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ pub struct ChatResponseData {
pub choices: Vec<ChoiceData>,
pub created: u32,
pub model: ModelID,
#[serde(default)]
pub system_fingerprint: String,
pub usage: UsageData,

Expand Down

0 comments on commit fd6fc34

Please sign in to comment.