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' }) });