mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration
synced 2025-01-22 18:48:09 +00:00
88227c98ad
Continue 已经支持provider:"deepseek" https://docs.continue.dev/customize/model-providers/deepseek |
||
---|---|---|
.. | ||
README_cn.md | ||
README.md |
Continue
An open-source autopilot in your IDE. Continue will generate, refactor, and explain entire sections of code with LLMs.
UI
Integrate with DeepSeek API
config.json
{
"completionOptions": {
"BaseCompletionOptions": {
"temperature": 0.0,
"maxTokens": 256
}
},
"models": [
{
"title": "DeepSeek",
"model": "deepseek-chat",
"contextLength": 128000,
"apiKey": "REDACTED",
"provider": "deepseek"
}
],
"tabAutocompleteModel": {
"title": "DeepSeek",
"model": "deepseek-chat",
"apiKey": "REDACTED",
"provider": "deepseek"
},
...