mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
Add temperature=0.9 and top_p=0.95 to zai-glm-4.7 model (#10945)
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
5100d15830
commit
6e08ae4bfd
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ export const cerebrasModels = {
|
|||
contextWindow: 131072,
|
||||
supportsImages: false,
|
||||
supportsPromptCache: true,
|
||||
supportsTemperature: true,
|
||||
defaultTemperature: 1.0,
|
||||
inputPrice: 0,
|
||||
outputPrice: 0,
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue