Autocomplete worked for me before, until recently (yesterday or today, I'm not sure when), and then it stopped working. The chat feature is still working fine with any models. Only autocomplete has the problem.
2.配置tab补全模型 官方地址:https://docs.continue.dev/reference#tabautocompleteoptions 按照如下配置即可使用 Mistral AI Codestral 作为代码补全模型。 "tabAutocompleteModel": { "title": "Tab Autocomplete", "provider": "mistral", "model": "codestral-latest", "apiKey": "your-codestral-api-key" ...
还可以配置tabAutocompleteModel,耗费token比较多,我一般都是关闭,之前使用的是DeepSeek的API,配置如下所示: 很久没用这个功能了,可能现在这样配置也不行了。 比较喜欢的两个功能是添加代码到聊天框与编辑模式。 将代码添加到聊天框 选中代码,使用ctrl+l: 比较适合于阅读源代码,有什么不理解的地方,直接问。 自动编...
Autocomplete provides inline code suggestions as you type Edit Edit is a convenient way to modify code without leaving your current file Actions Actions are shortcuts for common use casesGetting StartedLearn about how to install and use Continue in the docs hereContributing...
Autocompleteprovides inline code suggestions as you type. To enable it, simply click the "Continue" button in the status bar at the bottom right of your IDE or ensure the "Enable Tab Autocomplete" option is checked in your IDE settings. ...
GitHub地址:https://github.com/continuedev/continue 在vs code安装continue插件: 配置模型,由于我硅基流动还有很多额度,没用完这里还是以硅基流动为例,目前硅基流动注册送14元不过期额度,够用一段时间的了,邀请链接:https://cloud.siliconflow.cn/i/Ia3zOSCU。如果你有其它的模型额度,就可以使用其它模型。
官方文档指引:https://docs.continue.dev/setup/overview 你可以使用openAI等模型KEY来直接使用,推荐使用Codestral模型。 一、自己搭建Ollama 这将Ollama 用于聊天、自动完成和嵌入,确保没有代码离开您的计算机。 二、快速开始:使用免费模型库配置Continue 从Mistral AI 的La Plateforme 获取 Codestral API 密钥 从此...
还可以配置tabAutocompleteModel,耗费token比较多,我一般都是关闭,之前使用的是DeepSeek的API,配置如下所示: 很久没用这个功能了,可能现在这样配置也不行了。 比较喜欢的两个功能是添加代码到聊天框与编辑模式。 将代码添加到聊天框 选中代码,使用ctrl+l: 比较适合于阅读源代码,有什么不理解的地方,直接问。 自动编...
{"title":"Qwen 2.5 Coder 7b","model":"qwen2.5-coder:latest","provider":"ollama","systemMessage":"You are an expert software developer. You give helpful and concise responses."}],"tabAutocompleteModel":{"title":"Tab Autocomplete","provider":"ollama","model":"qwen2.5-coder:latest"//...
"tabAutocompleteModel": {"title":"deepseek-coder-v2:16b","provider":"ollama","model":"deepseek-coder-v2:16b"}, 设置嵌入: "embeddingsProvider": {"provider":"ollama","model":"nomic-embed-text"}, 使用教程: Top 轻松理解代码 VS code:cmd+L(MacOS) /ctrl+L(Windows) ...