From 46f8583f23391dcb2acff9403c804dfde9d3eb49 Mon Sep 17 00:00:00 2001 From: penglp Date: Thu, 19 Feb 2026 11:09:25 +0800 Subject: [PATCH] fix: correct invalid model ID in config example JSON --- config/config.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.example.json b/config/config.example.json index 37c2bcd81..67a94382f 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -3,7 +3,7 @@ "defaults": { "workspace": "~/.picoclaw/workspace", "restrict_to_workspace": true, - "model": "glm-4.7", + "model": "z-ai/glm-4.7", "max_tokens": 8192, "temperature": 0.7, "max_tool_iterations": 20