* 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",
|
Workspace: "~/.picoclaw/workspace",
|
||||||
RestrictToWorkspace: true,
|
RestrictToWorkspace: true,
|
||||||
Provider: "",
|
Provider: "",
|
||||||
Model: "glm-4.7",
|
Model: "",
|
||||||
MaxTokens: 32768,
|
MaxTokens: 32768,
|
||||||
Temperature: nil, // nil means use provider default
|
Temperature: nil, // nil means use provider default
|
||||||
MaxToolIterations: 50,
|
MaxToolIterations: 50,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue