mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
copy
This commit is contained in:
parent
24c7d145ea
commit
ae7d4592e1
1 changed files with 10 additions and 9 deletions
|
@ -56,15 +56,16 @@ entries like this:
|
||||||
```yaml
|
```yaml
|
||||||
- name: openrouter/anthropic/claude-3.5-sonnet
|
- name: openrouter/anthropic/claude-3.5-sonnet
|
||||||
extra_params:
|
extra_params:
|
||||||
provider:
|
extra_body:
|
||||||
# Only use these providers, in this order
|
provider:
|
||||||
order: ["Anthropic", "Together"]
|
# Only use these providers, in this order
|
||||||
# Don't fall back to other providers
|
order: ["Anthropic", "Together"]
|
||||||
allow_fallbacks: false
|
# Don't fall back to other providers
|
||||||
# Skip providers that may train on inputs
|
allow_fallbacks: false
|
||||||
data_collection: "deny"
|
# Skip providers that may train on inputs
|
||||||
# Only use providers supporting all parameters
|
data_collection: "deny"
|
||||||
require_parameters: true
|
# Only use providers supporting all parameters
|
||||||
|
require_parameters: true
|
||||||
```
|
```
|
||||||
|
|
||||||
See [OpenRouter's provider routing docs](https://openrouter.ai/docs/provider-routing) for full details on these settings.
|
See [OpenRouter's provider routing docs](https://openrouter.ai/docs/provider-routing) for full details on these settings.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue