Files
klz-cables.com/patches/@mintel__payload-ai@1.9.18.patch
Marc Mintel 10ac7b4877
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
fix(deps): regenerate patch for @mintel/payload-ai@1.9.18
2026-04-09 23:09:39 +02:00

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