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", "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"
}, },
... ...
``` ```