mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
docs: Add Fireworks API key setup instructions for aider
This commit is contained in:
parent
a3e0a3ff1a
commit
2aad566857
1 changed files with 12 additions and 3 deletions
|
@ -63,9 +63,18 @@ See [OpenRouter's provider routing docs](https://openrouter.ai/docs/provider-rou
|
|||
|
||||
## Fireworks
|
||||
|
||||
# add the code block showing how to set FIREWORKS_API_KEY
|
||||
# also show --model fireworks_ai/accounts/fireworks/models/deepseek-chat
|
||||
# ai!
|
||||
```bash
|
||||
# Set your API key using environment variables
|
||||
export FIREWORKS_API_KEY=<your-key>
|
||||
aider --model fireworks_ai/accounts/fireworks/models/deepseek-chat
|
||||
|
||||
# Or use the --api-key command line option
|
||||
aider --model fireworks_ai/accounts/fireworks/models/deepseek-chat --api-key fireworks=<your-key>
|
||||
|
||||
# Or add it to .aider.conf.yml in your home directory or project root:
|
||||
api-key:
|
||||
- fireworks=<your-key>
|
||||
```
|
||||
|
||||
```yaml
|
||||
- name: fireworks_ai/accounts/fireworks/models/deepseek-chat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue