mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
feat(zai): set default temperature to 0.6
This commit is contained in:
parent
3a47c55a2e
commit
00d6c9cdcd
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ export const mainlandZAiModels = {
|
|||
},
|
||||
} as const satisfies Record<string, ModelInfo>
|
||||
|
||||
export const ZAI_DEFAULT_TEMPERATURE = 0
|
||||
export const ZAI_DEFAULT_TEMPERATURE = 0.6
|
||||
|
||||
export const zaiApiLineConfigs = {
|
||||
international_coding: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue