mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration
synced 2025-01-22 18:48:09 +00:00
Update README_cn.md
Continue 已经支持provider:"deepseek" https://docs.continue.dev/customize/model-providers/deepseek
This commit is contained in:
parent
d5cd63e960
commit
88227c98ad
@ -27,16 +27,14 @@
|
|||||||
"model": "deepseek-chat",
|
"model": "deepseek-chat",
|
||||||
"contextLength": 128000,
|
"contextLength": 128000,
|
||||||
"apiKey": "REDACTED",
|
"apiKey": "REDACTED",
|
||||||
"provider": "openai",
|
"provider": "deepseek"
|
||||||
"apiBase": "https://api.deepseek.com/beta"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tabAutocompleteModel": {
|
"tabAutocompleteModel": {
|
||||||
"title": "DeepSeek",
|
"title": "DeepSeek Coder",
|
||||||
"model": "deepseek-chat",
|
"model": "deepseek-coder",
|
||||||
"apiKey": "REDACTED",
|
"apiKey": "REDACTED",
|
||||||
"provider": "openai",
|
"provider": "deepseek",
|
||||||
"apiBase": "https://api.deepseek.com/beta"
|
|
||||||
},
|
},
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user