From d5d6d5e1f7604681d0b58f81f266505c509adf62 Mon Sep 17 00:00:00 2001 From: goddonebianu Date: Sun, 5 Oct 2025 15:46:28 +0800 Subject: [PATCH] ... --- src/app/api/ipa/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/ipa/route.ts b/src/app/api/ipa/route.ts index 01bab3e..717b498 100644 --- a/src/app/api/ipa/route.ts +++ b/src/app/api/ipa/route.ts @@ -15,7 +15,7 @@ async function callZhipuAPI(messages: { role: string, content: string }[], model body: JSON.stringify({ model: model, messages: messages, - temperature: 0.3, + temperature: 0.5, thinking: { type: 'disabled' }