From 19f95ae1c9d451bea56cc953cf08df252935392d Mon Sep 17 00:00:00 2001 From: stevef Date: Sun, 19 Apr 2026 16:08:15 +0200 Subject: [PATCH] docs: correct fallback key name in example config --- config/config.example.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/config.example.json b/config/config.example.json index 858472488..9e090d807 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -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,