prediction: switch back to the gpt-5.4-mini model for faster responses
This commit is contained in:
+1
-1
@@ -219,7 +219,7 @@ impl Session {
|
|||||||
];
|
];
|
||||||
let request = CreateChatCompletionRequestArgs::default()
|
let request = CreateChatCompletionRequestArgs::default()
|
||||||
.messages(full_conversation.clone())
|
.messages(full_conversation.clone())
|
||||||
.model("gpt-5.4")
|
.model("gpt-5.4-mini")
|
||||||
.tools(tools)
|
.tools(tools)
|
||||||
.max_completion_tokens(1024u32)
|
.max_completion_tokens(1024u32)
|
||||||
.response_format(ResponseFormat::JsonSchema {
|
.response_format(ResponseFormat::JsonSchema {
|
||||||
|
|||||||
Reference in New Issue
Block a user