This commit is contained in:
Paul Gauthier 2025-01-28 11:03:38 -08:00
parent 2aad566857
commit 10e7875680

View file

@ -76,6 +76,8 @@ api-key:
- fireworks=<your-key> - fireworks=<your-key>
``` ```
Create a `.aider.model.settings.yml` file in your home directory or git project root with settings like this:
```yaml ```yaml
- name: fireworks_ai/accounts/fireworks/models/deepseek-chat - name: fireworks_ai/accounts/fireworks/models/deepseek-chat
edit_format: diff edit_format: diff
@ -98,12 +100,14 @@ api-key:
## Other providers ## Other providers
You will need to properly configure aider to work with DeepSeek V3 when served You will need to properly configure aider to work with DeepSeek V3 when served
via alternate providers. via other providers:
Aider is pre-configured to work well with V3 served via DeepSeek's direct API and via OpenRouter.
For other providers, you should adapt this example configuration for using DeepSeek V3 - Determine the `--model` name to use.
via Fireworks. - Provide your API key to aider.
You'll need to change the `name` field to match you chosen provider's model naming scheme. - Add model settings to `.aider.model.settings.yml`.
Adapt the `.aider.model.settings.yml` shown above for Fireworks. You will need to change the `name` field to match you chosen provider's model naming scheme.
See [Advanced model settings](https://aider.chat/docs/config/adv-model-settings.html#model-settings) for details about all aider model settings See [Advanced model settings](https://aider.chat/docs/config/adv-model-settings.html#model-settings) for details about all aider model settings