docs(custom-providers): update anthropic model example to sonnet-4-6
This commit is contained in:
parent
461a4563f8
commit
6acec94666
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ Edit `~/.zeroclaw/config.toml`:
|
||||||
```toml
|
```toml
|
||||||
api_key = "your-api-key"
|
api_key = "your-api-key"
|
||||||
default_provider = "anthropic-custom:https://api.example.com"
|
default_provider = "anthropic-custom:https://api.example.com"
|
||||||
default_model = "claude-sonnet-4"
|
default_model = "claude-sonnet-4-6"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Environment Variables
|
### Environment Variables
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue