...
This commit is contained in:
@@ -15,8 +15,7 @@ async function callZhipuAPI(messages: { role: string, content: string }[], model
|
|||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
model: model,
|
model: model,
|
||||||
messages: messages,
|
messages: messages,
|
||||||
temperature: 0.6,
|
temperature: 0.6
|
||||||
thinking: 'disabled'
|
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user