Update README_cn.md

Continue 已经支持provider:"deepseek"

https://docs.continue.dev/customize/model-providers/deepseek
This commit is contained in:
Charz 2024-11-04 13:51:27 +08:00 committed by GitHub
parent d5cd63e960
commit 88227c98ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,16 +27,14 @@
"model": "deepseek-chat",
"contextLength": 128000,
"apiKey": "REDACTED",
"provider": "openai",
"apiBase": "https://api.deepseek.com/beta"
"provider": "deepseek"
}
],
"tabAutocompleteModel": {
"title": "DeepSeek",
"model": "deepseek-chat",
"title": "DeepSeek Coder",
"model": "deepseek-coder",
"apiKey": "REDACTED",
"provider": "openai",
"apiBase": "https://api.deepseek.com/beta"
"provider": "deepseek",
},
...
```