From 6acec9466652de7b64c08602b54c6e6885c6de82 Mon Sep 17 00:00:00 2001 From: Chummy Date: Wed, 18 Feb 2026 17:51:02 +0800 Subject: [PATCH] docs(custom-providers): update anthropic model example to sonnet-4-6 --- docs/custom-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom-providers.md b/docs/custom-providers.md index 9f43a77..0ec6661 100644 --- a/docs/custom-providers.md +++ b/docs/custom-providers.md @@ -33,7 +33,7 @@ Edit `~/.zeroclaw/config.toml`: ```toml api_key = "your-api-key" default_provider = "anthropic-custom:https://api.example.com" -default_model = "claude-sonnet-4" +default_model = "claude-sonnet-4-6" ``` ### Environment Variables