有佬保存了能vscode离线安装的copilot和chat吗?

同一个override服务器,家里的chat能用,公司的不用,区别可能是家里的没自动更新,公司的配置成自动更新,会不会这个原因?有佬保存了能vscode离线安装的copilot和chatn发一下吗?谢谢!

6 个赞

自己回滚版本呗

1 个赞

谢谢楼上。

回退到跟家里一样的版本也不行,chat一直在generating,很奇怪。难道不是版本问题?override服务器(192.168.133.183)还在办公室呢,家里通过tailscale也是连这个override,配置也一样的。

···json
“github.copilot.advanced”: {
“debug.overrideCAPIUrl”: “http://192.168.133.183:8181/v1”,
“debug.overrideProxyUrl”: “http://192.168.133.183:8181”,
“debug.chatOverrideProxyUrl”: “http://192.168.133.183:8181/v1/chat/completions”,
“authProvider”: “github-enterprise”
},
“github-enterprise.uri”: “https://cocopilot.org
···

···json
{
“bind”: “0.0.0.0:8181”,
“proxy_url”: “”,
“timeout”: 600,
“codex_api_base”: “https://api.deepseek.com/v1”,
“codex_api_key”: “sk-xxxxx”,
“codex_api_organization”: “”,
“codex_api_project”: “”,
“codex_max_tokens”: 500,
“code_instruct_model”: “deepseek-coder”,
“chat_api_base”: “https://api.deepseek.com/v1”,
“chat_api_key”: “sk-xxxxx”,
“chat_api_organization”: “”,
“chat_api_project”: “”,
“chat_max_tokens”: 8192,
“chat_model_default”: “deepseek-coder”,
“chat_model_map”: {},
“chat_locale”: “zh_CN”,
“auth_token”: “”
}

2 个赞

请贴出两台机器的copilot,chat和vscode的版本号给佬友看下

1 个赞

家里的 copitot 是1.242.0 ,chat 是0.21.2
公司的 copitot 是1.245.0 ,chat 是0.22.2

家的chat星期天还可以,今天回来看到也不行了,应该是vscode自动升级到1.95.2了,chat下提示 This extension is using the API proposal 'lmTools' that is not compatible with the current version of VS Code.

1 个赞

我指的回滚版本,是vs code ,copilot 以及chat统一,而不是只回滚一个