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:
Paul Gauthier (aider) 2025-03-08 17:12:05 -08:00
parent ddedda9233
commit 95583fe2cd
3 changed files with 4 additions and 4 deletions

View file

@ -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
```