fix: switch AI model to openai/gpt-4o-mini for reliable MCP tool calling
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Successful in 1m7s
Build & Deploy / 🏗️ Build (push) Successful in 5m28s
Build & Deploy / 🚀 Deploy (push) Successful in 1m29s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-03-18 21:39:35 +01:00
parent 482460b336
commit a558b18cd8

View File

@@ -189,7 +189,7 @@ ${teamContextStr}
}
const { text } = await generateText({
model: openrouter('google/gemini-2.5-flash'),
model: openrouter('openai/gpt-4o-mini'),
system: systemPrompt,
messages: cappedMessages.map((m: any) => ({
role: m.role,