From 7a76c52b4b8872a525fb9f464be7794a8aa3f0e3 Mon Sep 17 00:00:00 2001 From: Jonathan Hult Date: Mon, 5 Jan 2026 13:56:18 -0600 Subject: [PATCH] =?UTF-8?q?docs:=20update=20README=20-=20ANTHROPIC=5FDEFAU?= =?UTF-8?q?LT=5F*=5FMODEL=20=E2=86=92=20glm-4.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64ef48a..2b74821 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ When you run `ccglm`, it: 2. Sets environment variables to route Claude Code through the proxy: - `ANTHROPIC_BASE_URL` → proxy URL - `ANTHROPIC_AUTH_TOKEN` → dummy token (proxy uses your ZAI_API_KEY) - - `ANTHROPIC_DEFAULT_*_MODEL` → glm4.6 for all model tiers + - `ANTHROPIC_DEFAULT_*_MODEL` → `glm-4.7` for all model tiers 3. Launches Claude Code Use `ccglm yolo` to skip permission prompts.