aider/aider/website/docs/llms/deepseek.md
Paul Gauthier 26305a975d copy
2024-08-13 06:25:10 -07:00

20 lines
379 B
Markdown

---
parent: Connecting to LLMs
nav_order: 500
---
# DeepSeek
Aider can connect to the DeepSeek.com API.
The DeepSeek Coder V2 model has a top score on aider's code editing benchmark.
```
python -m pip install aider-chat
export DEEPSEEK_API_KEY=<key> # Mac/Linux
setx DEEPSEEK_API_KEY <key> # Windows, restart shell after setx
# Use DeepSeek Coder V2
aider --deepseek
```