yang (@yang33)求助!在使用cocopilot配置自己的api key和api,遇到了问题,请帮助的佬喝奶茶again 中发帖

求助! 
在与mentor的聊天中得知了cocopilot的工具,自己就尝试了一下。我是在公司的linux虚拟机上部署的override,然后在本地windows上通过remote ssh连接到远程虚拟机。我的setting.json中加入了(10.128.31.101是远程虚拟机的IP):
“github.copilot.advanced”: {
“debug.overrideCAPIUrl”: “http://10.128.31.101:8181/v1”,
“debug.overrideProxyUrl”: “http://10.128.31.101:8181”,
“debug.chatOverrideProxyUrl”: “http://10.128.31.101:8181/v1/chat/completions”,
“authProvider”: “github-ente...