mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-12-03 02:58:20 +00:00
fix type
This commit is contained in:
@@ -13,7 +13,7 @@ pub enum ToolChoiceType {
|
||||
ToolChoice { tool: Tool },
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialze, Clone)]
|
||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||
pub struct ChatCompletionRequest {
|
||||
pub model: String,
|
||||
pub messages: Vec<ChatCompletionMessage>,
|
||||
|
||||
Reference in New Issue
Block a user