chore: switch models again

This commit is contained in:
2026-04-03 23:28:39 +02:00
parent e3c63632a1
commit 8dcd2de683

View File

@@ -70,7 +70,7 @@ export async function aiHandle(msg: OmitPartialGroupDMChannel<Message<boolean>>,
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 },
{