This commit is contained in:
2025-10-05 15:41:57 +08:00
parent 5f3004ac63
commit 30fe8b7ec2

View File

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