1 Star 0 Fork 60

燕博文/cocopilot

forked from 屁屁啊哈/cocopilot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cocopilot.sh 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
屁屁啊哈 提交于 2023-09-11 10:41 . 'init'
#!/bin/bash
set -e
if [ -n "$XDG_CONFIG_HOME" ]; then
CONFIG_DIR="$XDG_CONFIG_HOME"
else
CONFIG_DIR="$HOME/.config"
fi
COPILOT_DIR="$CONFIG_DIR/github-copilot"
if [ ! -d "$COPILOT_DIR" ]; then
mkdir -p "$COPILOT_DIR"
fi
echo '{"github.com":{"user":"cocopilot","oauth_token":"ghu_ThisIsARealFreeCopilotKeyByCoCopilot","dev_override":{"copilot_token_url":"https://api.cocopilot.org/copilot_internal/v2/token"}}}' > "$COPILOT_DIR/hosts.json"
echo 'done. please restart your ide.'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhongjiancrm/cocopilot.git
git@gitee.com:zhongjiancrm/cocopilot.git
zhongjiancrm
cocopilot
cocopilot
master

搜索帮助