...
This commit is contained in:
@@ -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'
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user