* Set default value of max tokens to 32768
This commit is contained in:
parent
b6927c9a7a
commit
e3c72f0298
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ func DefaultConfig() *Config {
|
|||
RestrictToWorkspace: true,
|
||||
Provider: "",
|
||||
Model: "glm-4.7",
|
||||
MaxTokens: 8192,
|
||||
MaxTokens: 32768,
|
||||
Temperature: nil, // nil means use provider default
|
||||
MaxToolIterations: 50,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue