mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
fix: Update DeepSeek model name from v3 to chat in documentation
This commit is contained in:
parent
fe89ae13af
commit
a3726d72f5
1 changed files with 4 additions and 4 deletions
|
@ -31,10 +31,10 @@ For example, to use OpenRouter:
|
||||||
```bash
|
```bash
|
||||||
# Set your API key using environment variables
|
# Set your API key using environment variables
|
||||||
export OPENROUTER_API_KEY=<your-key>
|
export OPENROUTER_API_KEY=<your-key>
|
||||||
aider --model openrouter/deepseek/deepseek-v3
|
aider --model openrouter/deepseek/deepseek-chat
|
||||||
|
|
||||||
# Or use the --api-key command line option
|
# Or use the --api-key command line option
|
||||||
aider --model openrouter/deepseek/deepseek-v3 --api-key openrouter=<your-key>
|
aider --model openrouter/deepseek/deepseek-chat --api-key openrouter=<your-key>
|
||||||
|
|
||||||
# Or add it to .aider.conf.yml in your home directory or project root:
|
# Or add it to .aider.conf.yml in your home directory or project root:
|
||||||
api-key:
|
api-key:
|
||||||
|
@ -48,7 +48,7 @@ You may want to configure specific settings when using alternative providers. Fo
|
||||||
Create a `.aider.model.settings.yml` file in your home directory or git project root with settings like this:
|
Create a `.aider.model.settings.yml` file in your home directory or git project root with settings like this:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: openrouter/deepseek/deepseek-v3
|
- name: openrouter/deepseek/deepseek-chat
|
||||||
extra_params:
|
extra_params:
|
||||||
extra_body:
|
extra_body:
|
||||||
provider:
|
provider:
|
||||||
|
@ -61,7 +61,7 @@ Create a `.aider.model.settings.yml` file in your home directory or git project
|
||||||
Different providers may need different settings. For example, here's a configuration for using Fireworks:
|
Different providers may need different settings. For example, here's a configuration for using Fireworks:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: fireworks_ai/accounts/fireworks/models/deepseek-v3
|
- name: fireworks_ai/accounts/fireworks/models/deepseek-chat
|
||||||
edit_format: diff
|
edit_format: diff
|
||||||
weak_model_name: null
|
weak_model_name: null
|
||||||
use_repo_map: true
|
use_repo_map: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue