From 9a4f86ad0b30f986f065488d0c4764d43495231a Mon Sep 17 00:00:00 2001 From: stevef Date: Sun, 19 Apr 2026 16:08:17 +0200 Subject: [PATCH] docs: sync example config fix to security branch --- config/config.example.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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,