From 2449a07caef46320f27c7f7b017b9148f709410d Mon Sep 17 00:00:00 2001 From: Filipinos Date: Wed, 30 Jul 2025 11:48:41 +0200 Subject: [PATCH] change model AI --- js/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/chat.js b/js/chat.js index 814093f..34db045 100644 --- a/js/chat.js +++ b/js/chat.js @@ -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',