From e3c63632a1868b0cfd4d67bf6b2626d0c13350f2 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 3 Apr 2026 23:27:13 +0200 Subject: [PATCH] chore: switch models --- src/utils/aiHandle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/aiHandle.ts b/src/utils/aiHandle.ts index 919b0fa..4ca41e4 100644 --- a/src/utils/aiHandle.ts +++ b/src/utils/aiHandle.ts @@ -39,7 +39,7 @@ export async function aiHandle(msg: OmitPartialGroupDMChannel>, const sentMsg = await msg.reply(':sparkles: Razonando...'); const stream = await openai.chat.completions.create({ - model: 'google/gemini-3-pro-preview', + model: 'moonshotai/kimi-k2.5', messages, max_tokens: 2000, max_completion_tokens: 2000,