This commit is contained in:
2025-10-05 15:46:28 +08:00
parent c1d3ad34c0
commit d5d6d5e1f7

View File

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