diff --git a/src/app/api/ipa/route.ts b/src/app/api/ipa/route.ts index b00a2c1..01bab3e 100644 --- a/src/app/api/ipa/route.ts +++ b/src/app/api/ipa/route.ts @@ -15,7 +15,10 @@ async function callZhipuAPI(messages: { role: string, content: string }[], model body: JSON.stringify({ model: model, messages: messages, - temperature: 0.6 + temperature: 0.3, + thinking: { + type: 'disabled' + } }) });