docs(custom-providers): update anthropic model example to sonnet-4-6

This commit is contained in:
Chummy 2026-02-18 17:51:02 +08:00
parent 461a4563f8
commit 6acec94666

View file

@ -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