...
This commit is contained in:
@@ -15,7 +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.3,
|
temperature: 0.5,
|
||||||
thinking: {
|
thinking: {
|
||||||
type: 'disabled'
|
type: 'disabled'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user