Skip to content

Commit bd57dbb

Browse files
committed
fix type
1 parent a8635b9 commit bd57dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/chat_completion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub enum ToolChoiceType {
1313
ToolChoice { tool: Tool },
1414
}
1515

16-
#[derive(Debug, Serialize, Deserialze, Clone)]
16+
#[derive(Debug, Serialize, Deserialize, Clone)]
1717
pub struct ChatCompletionRequest {
1818
pub model: String,
1919
pub messages: Vec<ChatCompletionMessage>,

0 commit comments

Comments
 (0)