mirror of
https://github.com/Aider-AI/aider.git
synced 2026-02-10 20:28:38 +01:00
382 B
382 B
parent, nav_order
| parent | nav_order |
|---|---|
| Connecting to LLMs | 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 -U 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