docs: correct fallback key name in example config

This commit is contained in:
stevef 2026-04-19 16:08:15 +02:00
parent 3cd93fbf53
commit 19f95ae1c9

View file

@ -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,