This commit is contained in:
Mingde (Matthew) Zeng 2025-02-25 02:46:29 -05:00
parent b6e46d6101
commit acb022d5d5

View file

@ -44,13 +44,13 @@ to allow use of all models.
OpenRouter often has multiple providers serving each model. OpenRouter often has multiple providers serving each model.
You can control which OpenRouter providers are used for your requests in two ways: You can control which OpenRouter providers are used for your requests in two ways:
1. By "ignoring" certain providers in your 1. By "ignoring" certain providers in your
[OpenRouter account settings](https://openrouter.ai/settings/preferences). [OpenRouter account settings](https://openrouter.ai/settings/preferences).
This disables those named providers across all the models that you access via OpenRouter. This disables those named providers across all the models that you access via OpenRouter.
2. By configuring "provider routing" in a `.aider.model.settings.yml` file. 2. By configuring "provider routing" in a `.aider.model.settings.yml` file.
Place that file in your home directory or the root if your git project, with Place that file in your home directory or the root of your git project, with
entries like this: entries like this:
```yaml ```yaml