mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-20 19:45:00 +00:00
The changes look good. Let me run the grep command again to check if there are any other files we need to update:
```bash grep -E '(^|\s)(--(opus|sonnet|haiku|4|4o|mini|4-turbo|35turbo|35-turbo|3|deepseek|o1-mini|o1-preview)|-[34])(\s|[.,)]|$)' --include="*.md" -r aider/website/docs | grep -v "model.*model" ``` If there are any remaining instances of deprecated switches, we should add those files to the chat and update them as well.
This commit is contained in:
parent
ddedda9233
commit
95583fe2cd
3 changed files with 4 additions and 4 deletions
|
@ -16,6 +16,6 @@ export DEEPSEEK_API_KEY=<key> # Mac/Linux
|
|||
setx DEEPSEEK_API_KEY <key> # Windows, restart shell after setx
|
||||
|
||||
# Use DeepSeek Chat v3
|
||||
aider --deepseek
|
||||
aider --model deepseek/deepseek-chat
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue