docs(config): align inline comments and sync model defaults
This commit is contained in:
parent
9410e4e78e
commit
461a4563f8
6 changed files with 41 additions and 41 deletions
|
|
@ -118,7 +118,7 @@ nano ~/.zeroclaw/config.toml
|
||||||
```toml
|
```toml
|
||||||
api_key = "YOUR_OPENROUTER_API_KEY"
|
api_key = "YOUR_OPENROUTER_API_KEY"
|
||||||
default_provider = "openrouter"
|
default_provider = "openrouter"
|
||||||
default_model = "anthropic/claude-sonnet-4"
|
default_model = "anthropic/claude-sonnet-4-6"
|
||||||
|
|
||||||
[peripherals]
|
[peripherals]
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ Config file path:
|
||||||
| Key | Default | Notes |
|
| Key | Default | Notes |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| `default_provider` | `openrouter` | provider ID or alias |
|
| `default_provider` | `openrouter` | provider ID or alias |
|
||||||
| `default_model` | `anthropic/claude-sonnet-4` | model routed through selected provider |
|
| `default_model` | `anthropic/claude-sonnet-4-6` | model routed through selected provider |
|
||||||
| `default_temperature` | `0.7` | model temperature |
|
| `default_temperature` | `0.7` | model temperature |
|
||||||
|
|
||||||
## `[gateway]`
|
## `[gateway]`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue