Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

接口页面很久很久没更新了,严重影响使用范围 #17

Open
martinzhangdidi opened this issue Jun 14, 2024 · 2 comments
Open

Comments

@martinzhangdidi
Copy link

接口页面很久很久没更新了,严重影响使用范围,vscode插件根本无法配置

@XieJiSS
Copy link
Collaborator

XieJiSS commented Jun 25, 2024

如果指的是 Continue.dev 的话,可以参考 #9 (comment)

@aqquser
Copy link

aqquser commented Jul 1, 2024

接口页面很久很久没更新了,严重影响使用范围,vscode插件根本无法配置

{
"models": [
{
"title": "DeepSeek-V2",
"model": "deepseek-coder",
"apiBase": "https://api.deepseek.com/v1/",
"apiKey": "sk- ",
"completionOptions": {},
"provider": "openai"
}
],
"tabAutocompleteOptions": {
"template": " 提示词.\n",
"useCache": true,
"maxPromptTokens": 2048
},
"tabAutocompleteModel": {
"title": "DeepSeek-V2",
"model": "deepseek-coder",
"apiKey": "sk- ",
"contextLength": 8192,
"apiBase": "https://api.deepseek.com",
"completionOptions": {
"maxTokens": 4096,
"temperature": 0,
"topP": 1,
"presencePenalty": 0,
"frequencyPenalty": 0
},
"provider": "openai",
"useLegacyCompletionsEndpoint": false
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants