docs: sync example config fix to security branch
This commit is contained in:
parent
19f95ae1c9
commit
9a4f86ad0b
1 changed files with 1 additions and 5 deletions
|
|
@ -3,11 +3,7 @@
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"workspace": "~/.picoclaw/workspace",
|
"workspace": "~/.picoclaw/workspace",
|
||||||
"restrict_to_workspace": true,
|
"restrict_to_workspace": true,
|
||||||
"model_name": "gpt-4o",
|
"model_name": "gpt-5.4",
|
||||||
"model_fallbacks": [
|
|
||||||
"openrouter/anthropic/claude-3.5-sonnet",
|
|
||||||
"openrouter/google/gemini-2.0-flash-exp:free"
|
|
||||||
],
|
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"context_window": 131072,
|
"context_window": 131072,
|
||||||
"temperature": 0.7,
|
"temperature": 0.7,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue