DeepSeek-V2、DeepSeek-Coder-V2 基于 2 千亿 MoE 模型底座,领先性能,超低价格,越级场景体验
知识、数学、推理、编程等榜单结果位居前列
安装Continue
获取
购买API key,价格很便宜
配置Config
需要使用Key替换READACTED
{
"completionOptions": {
"temperature": 0,
"maxTokens": 4096
},
"models": [{
"title": "DeepSeek",
"provider": "openai",
"model": "deepseek-coder",
"apiBase": "https://api.deepseek.com/beta",
"apiKey": REDACTED,
"contextLength": 8192
}],
"tabAutocompleteOptions": {
"maxPromptTokens": 4096
},
"tabAutocompleteModel": {
"title": "DeepSeek-V2",
"model": "deepseek-coder",
"apiKey": REDACTED,
"contextLength": 8192,
"apiBase": "https://api.deepseek.com/beta",
"completionOptions": {
"maxTokens": 4096,
"temperature": 0,
"topP": 1,
"presencePenalty": 0,
"frequencyPenalty": 0
},
"provider": "openai"
}
}
评论区