mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-02 17:32:39 +00:00
docs: add provider option to Quick Start config example
This commit is contained in:
parent
cffba8d0be
commit
7e1a08d33c
@ -138,12 +138,13 @@ Add or merge these **two parts** into your config (other options have defaults).
|
||||
}
|
||||
```
|
||||
|
||||
*Set your model*:
|
||||
*Set your model* (optionally pin a provider — defaults to auto-detection):
|
||||
```json
|
||||
{
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": "anthropic/claude-opus-4-5"
|
||||
"model": "anthropic/claude-opus-4-5",
|
||||
"provider": "openrouter"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user