1 Star 0 Fork 60

ciaranyoung/cocopilot

forked from 屁屁啊哈/cocopilot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cocopilot.bat 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
屁屁啊哈 提交于 2023-09-11 10:41 . 'init'
@echo off
setlocal
set folder=%userprofile%\AppData\Local\github-copilot
set jsonfile=%folder%\hosts.json
if not exist "%folder%" (
mkdir "%folder%"
)
echo {"github.com":{"user":"cocopilot","oauth_token":"ghu_ThisIsARealFreeCopilotKeyByCoCopilot","dev_override":{"copilot_token_url":"https://api.cocopilot.org/copilot_internal/v2/token"}}} > "%jsonfile%"
echo done. please restart your ide.
pause
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ciaranyoung/cocopilot.git
git@gitee.com:ciaranyoung/cocopilot.git
ciaranyoung
cocopilot
cocopilot
master

搜索帮助