diff --git a/dist/endpoints/chatEndpoint.js b/dist/endpoints/chatEndpoint.js index 1f1b2327d8d5d3c57b29fdfaf70bec3a537782c7..be8df4bae39e470f557985bb154be15492f22263 100644 --- a/dist/endpoints/chatEndpoint.js +++ b/dist/endpoints/chatEndpoint.js @@ -97,7 +97,7 @@ export const handleMcpChat = async (req) => { : ""; try { const result = streamText({ - model: openrouter("google/gemini-3.0-flash"), + model: openrouter("google/gemini-3.1-flash-lite-preview"), messages, tools: activeTools, // @ts-expect-error - AI SDK type mismatch with maxSteps