mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
docs: update DeepSeek v2 Coder to v3 Chat
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
parent
2b59badde7
commit
3785f7621c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue