forever (@lyj404)本地部署Override,在VSCode使用copilot报错 中发帖

我在本地部署了Override,并且在VSCode上配置了copilot的配置 
"github.copilot.advanced": {
"debug.overrideCAPIUrl": "http://127.0.0.1:8181/v1",
"debug.overrideProxyUrl": "http://127.0.0.1:8181",
"debug.chatOverrideProxyUrl": "http://127.0.0.1:8181/v1/chat/completions",
"authProvider": "github-enterprise"
},
"github-enterprise.uri": "https://cocopilot.org"

但在控制台输出了如下的错误信息:
[image]
VSCode版本:1.9...