diff --git a/config/config.example.json b/config/config.example.json index 9e090d807..858472488 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -3,11 +3,7 @@ "defaults": { "workspace": "~/.picoclaw/workspace", "restrict_to_workspace": true, - "model_name": "gpt-4o", - "model_fallbacks": [ - "openrouter/anthropic/claude-3.5-sonnet", - "openrouter/google/gemini-2.0-flash-exp:free" - ], + "model_name": "gpt-5.4", "max_tokens": 8192, "context_window": 131072, "temperature": 0.7,