老哥,IDEA 怎么弄呢,Continue那边需要怎么配置呢 我这个一直报红
{
"models": [
{
"title": "GPT-4o (Free Trial)",
"provider": "free-trial",
"model": "gpt-4o",
"systemMessage": "You are an expert software developer. You give helpful and concise responses."
},
{
"title": "Llama3 70b (Free Trial)",
"provider": "free-trial",
"model": "llama3-70b",
"systemMessage": "You are an expert software developer. You give helpful and concise responses. Whenever you write a code block you include the language after the opening ticks."
},
{
"title": "Codestral (Free Trial)",
"provider": "free-trial",
"model": "codestral"
},
{
"title": "Claude 3 Sonnet (Free Trial)",
"provider": "free-trial",
"model": "claude-3-sonnet-20240229"
},
{
"title": "DeepSeek-V2",
"model": "deepseek-chat",
"apiKey": "todo",
"apiBase": "https://api.deepseek.com",
"provider": "openai"
},
{
"title": "DeepSeek-1b",
"model": "deepseek-1b",
"contextLength": 4096,
"provider": "ollama"
}
],
"customCommands": [
{
"name": "test",
"prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests foar the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.",
"description": "Write unit tests for highlighted code"
}
],
"tabAutocompleteModel": {
"title": "DeepSeek-V2",
"model": "deepseek-coder",
"apiKey": "todo",
"contextLength": 8192,
"apiBase": "https://api.deepseek.com",
"completionOptions": {
"maxTokens": 4096,
"temperature": 0,
"topP": 1,
"presencePenalty": 0,
"frequencyPenalty": 0
},
"provider": "openai",
"useLegacyCompletionsEndpoint": false
},
"tabAutocompleteOptions": {
"template": "Please teach me what I should write in the `hole` tag, but without any further explanation and code backticks, i.e., as if you are directly outputting to a code editor. It can be codes or comments or strings. Don't provide existing & repetitive codes. If the provided prefix and suffix contain incomplete code and statement, your response should be able to be directly concatenated to the provided prefix and suffix. Also note that I may tell you what I'd like to write inside comments. \n{{{prefix}}}<hole></hole>{{{suffix}}}\n\nPlease be aware of the environment the hole is placed, e.g., inside strings or comments or code blocks, and please don't wrap your response in ```. You should always provide non-empty output.\n",
"useCache": true,
"maxPromptTokens": 2048
},
"allowAnonymousTelemetry": true,
"reranker": {
"name": "free-trial"
}
}
给你参考下
2 个赞
override 咋配 deepseek 的代码不全, 我这 chat 可以使用, 但是 codex 不行
deepseek的代码补全在override用不了
还不知道jb还能这么玩
如何使用,有食用手册吗
同问
别急,始皇马上出手
2 个赞
不懂就问,这个和车主们开的coco车有什么区别?仅仅是一个是用本地跑的服务,另一个是跑始皇的https://cocopilot.org服务吗?
coco 就是共享车主的 copilot 订阅,override hack 了调用接口,可以使用自己的 AI 当后端
1 个赞
大佬,有没有无脑小白教程
1 个赞
deepseek的翻译反正是不大行,把twitch翻译成斗鱼。。。
1 个赞
我感觉重点是system prompt的写法
同求