mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45: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
|
||||
- name: openrouter/anthropic/claude-3.5-sonnet
|
||||
extra_params:
|
||||
provider:
|
||||
# Only use these providers, in this order
|
||||
order: ["Anthropic", "Together"]
|
||||
# Don't fall back to other providers
|
||||
allow_fallbacks: false
|
||||
# Skip providers that may train on inputs
|
||||
data_collection: "deny"
|
||||
# Only use providers supporting all parameters
|
||||
require_parameters: true
|
||||
extra_body:
|
||||
provider:
|
||||
# Only use these providers, in this order
|
||||
order: ["Anthropic", "Together"]
|
||||
# Don't fall back to other providers
|
||||
allow_fallbacks: false
|
||||
# Skip providers that may train on inputs
|
||||
data_collection: "deny"
|
||||
# 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue