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