This commit is contained in:
Paul Gauthier 2024-06-17 11:44:44 -07:00
parent 3dc3ebe25f
commit b8bb33fe25
4 changed files with 10 additions and 10 deletions

View file

@ -3,11 +3,11 @@ parent: Connecting to LLMs
nav_order: 500
---
# Deepseek
# 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.
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.
```
pip install aider-chat
@ -15,7 +15,7 @@ pip install aider-chat
export DEEPSEEK_API_KEY=<key> # Mac/Linux
setx DEEPSEEK_API_KEY <key> # Windows
# Use Deepseek Coder V2
# Use DeepSeek Coder V2
aider --model deepseek/deepseek-coder
```