From 5f3004ac636591275598e7be3d65d6dd6cb722bf Mon Sep 17 00:00:00 2001 From: goddonebianu Date: Sun, 5 Oct 2025 15:37:17 +0800 Subject: [PATCH] ... --- src/app/api/ipa/route.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/api/ipa/route.ts b/src/app/api/ipa/route.ts index b00a2c1..bc707a8 100644 --- a/src/app/api/ipa/route.ts +++ b/src/app/api/ipa/route.ts @@ -15,7 +15,8 @@ async function callZhipuAPI(messages: { role: string, content: string }[], model body: JSON.stringify({ model: model, messages: messages, - temperature: 0.6 + temperature: 0.6, + thinking: 'disabled' }) });