This commit is contained in:
2025-10-05 15:43:55 +08:00
parent 30fe8b7ec2
commit c1d3ad34c0

View File

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