From 8dcd2de6830281004bf6fa26573ef7ae8db66647 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 3 Apr 2026 23:28:39 +0200 Subject: [PATCH] chore: switch models again --- 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 4ca41e4..35dbaf0 100644 --- a/src/utils/aiHandle.ts +++ b/src/utils/aiHandle.ts @@ -70,7 +70,7 @@ export async function aiHandle(msg: OmitPartialGroupDMChannel>, if (!isThread) { const titleMessage = ( await openai.chat.completions.create({ - model: 'google/gemini-3-pro-preview', + model: 'openai/gpt-oss-120b', messages: [ { role: 'system', content: systemMsg }, {