change model AI
This commit is contained in:
parent
c64cc0f23f
commit
2449a07cae
@ -182,7 +182,7 @@ export class Chat {
|
||||
'Authorization': `Bearer ${apiKey}`
|
||||
},
|
||||
body: JSON.stringify({
|
||||
model: 'gpt-4o-2024-05-13',
|
||||
model: 'gpt-3.5-turbo',
|
||||
messages: messagesForApi,
|
||||
tools: this.aiTools.toolDefinitions,
|
||||
tool_choice: 'auto',
|
||||
|
Loading…
x
Reference in New Issue
Block a user