Merge pull request #3000 from tao12345666333/update-deepseek-doc

This commit is contained in:
paul-gauthier 2025-01-26 06:28:50 -08:00 committed by GitHub
commit f3197d2618
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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