1 Star 0 Fork 43

heixiu/Copilot后端代理服务

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.env.example 1006 Bytes
一键复制 编辑 原始数据 按行查看 历史
# 通用配置
ENV=production
PORT=1188
HTTPS_PORT=443
HOST=0.0.0.0
TOKEN_SALT=TiXrNaj4avvMuD4w
LOGIN_PASSWORD=
VS_COPILOT_CLIENT_ID=a200baed193bb2088a6e
VS_COPILOT_CLIENT_SECRET=
# HTTPS自签证书配置
CERT_FILE=ssl/mycopilot.crt
KEY_FILE=ssl/mycopilot.key
# 代码补全服务配置
CODEX_API_BASE=https://api.deepseek.com/beta/v1/completions
CODEX_API_KEY=sk-
CODEX_API_MODEL_NAME=deepseek-chat
CODEX_MAX_TOKENS=500
CODEX_TEMPERATURE=1
CODEX_SERVICE_TYPE=default
# 对话服务配置
CHAT_API_BASE=https://api.deepseek.com/v1/chat/completions
CHAT_API_KEY=sk-
CHAT_API_MODEL_NAME=deepseek-chat
CHAT_MAX_TOKENS=4096
# Copilot配置
DEFAULT_BASE_URL=https://mycopilot.com
COPILOT_DEBOUNCE=200 # 补全防抖时间(毫秒)
API_BASE_URL=https://api.mycopilot.com
PROXY_BASE_URL=https://copilot-proxy.mycopilot.com
TELEMETRY_BASE_URL=https://copilot-telemetry-service.mycopilot.com
COPILOT_CLIENT_TYPE=default
COPILOT_GHU_TOKEN=ghu_xxxx
COPILOT_PROXY_ALL=false
DISGUISE_COPILOT_TOKEN_EXPIRES_AT=1800
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/heixiu/github-copilot-proxies.git
git@gitee.com:heixiu/github-copilot-proxies.git
heixiu
github-copilot-proxies
Copilot后端代理服务
master

搜索帮助