docs: add provider option to Quick Start config example

This commit is contained in:
Re-bin
2026-02-26 02:23:07 +00:00
parent cffba8d0be
commit 7e1a08d33c

View File

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