* set max tokens to 32k, default model to null
This commit is contained in:
parent
e3c72f0298
commit
f3ca6b5153
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ func DefaultConfig() *Config {
|
|||
Workspace: "~/.picoclaw/workspace",
|
||||
RestrictToWorkspace: true,
|
||||
Provider: "",
|
||||
Model: "glm-4.7",
|
||||
Model: "",
|
||||
MaxTokens: 32768,
|
||||
Temperature: nil, // nil means use provider default
|
||||
MaxToolIterations: 50,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue