This commit is contained in:
Paul Gauthier 2024-06-17 09:44:31 -07:00
parent dda0a4e4ab
commit cd52470243
2 changed files with 4 additions and 3 deletions

View file

@ -6,6 +6,7 @@ nav_order: 500
# Deepseek
Aider can connect to the Deepseek.com API.
The Deepseek Coder V2 model gets the top score on aider's code editing benchmark.
Deepseek appears to grant 5M tokens of free API usage to new accounts.
```
@ -14,8 +15,8 @@ pip install aider-chat
export DEEPSEEK_API_KEY=<key> # Mac/Linux
setx DEEPSEEK_API_KEY <key> # Windows
# Use Deepseek Chat v2
aider --model deepseek/deepseek-chat
# Use Deepseek Coder V2
aider --model deepseek/deepseek-coder
```
See the [model warnings](warnings.html)