Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit a47274d

Browse files
authored
Update quick-start.md
1 parent 08d520b commit a47274d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/quick-start.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,26 @@ Config OpenAI example:
3030
}
3131
```
3232

33+
### DeekSeek Example
34+
35+
```json
36+
"autodev.openaiCompatibleConfig": {
37+
"apiType": "openai",
38+
"model": "deepseek-chat",
39+
"apiBase": "https://api.deepseek.com/v1",
40+
"apiKey": "sk-ii"
41+
},
42+
"autodev.openai.baseURL": "https://api.deepseek.com/v1",
43+
"autodev.openai.apiKey": "sk-ii",
44+
"autodev.chat.models": [
45+
{
46+
"title": "DeepSeek Chat",
47+
"provider": "openai",
48+
"model": "deepseek-chat"
49+
}
50+
],
51+
```
52+
3353
## Next
3454

3555
- [Enable Code-completion](./features/code-completion.md)

0 commit comments

Comments
 (0)