Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 13s
Build & Deploy / 🧪 QA (push) Failing after 2m49s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 4s
14 lines
631 B
Diff
14 lines
631 B
Diff
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
|