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