YukinoCoco 大佬有话说 : 2024-1-13 13:44:00
【廉价 GPT4】将 GitHub Copilot 转换为可以使用 GPT4 的 API
本帖最后由 YukinoCoco 于 2024-2-10 17:14 编辑
0. 前言
推广一下我的 Copilot 月抛号,只售 ¥9.9:https://kfaka.ru/
不要用大号上车,不要共享使用,所以月抛号非常合适用来玩这个,我就1个号目前还没翻车
现在我官方的 GPT4 都没续费了,它比直接在官方 GPT4 对话快,还便宜,感觉不错
使用方法看下面的教程,应该是比较详细了。
不要把后端部署在大厂(AWS、GCP 等等)机器上,尽量不要用机场的 IP 去登录这个号,如果机场 IP 有人被封过号,会被连带封号。玩 GPT4 拿到 TOKEN 之后就把号退了,不要把 Cookie 留在浏览器上。
1. 安装
使用 Docker 安装 aaamoon/copilot-gpt4-service
来自:https://github.com/aaamoon/copilot-gpt4-service
docker run -d
–name copilot-gpt4-service
–restart always
-p 8099:8080
-e HOST=0.0.0.0
aaamoon/copilot-gpt4-service:latest
这里将使用 http://your_ip:8099 作为 API 接口
2. 获取 Copilot Token
如果已经有 TOKEN 了,这一步不用走,直接跳到 3. 使用服务。
首先,安装 requests 库:
pip install requests
sudo apt install python3-requests # 如果是 Debian 12+ 的系统
然后,运行以下命令以获取 GitHub Copilot 插件的 Token:
python3 <(curl -fsSL https://raw.githubusercontent.com/aaamoon/copilot-gpt4-service/master/shells/get_copilot_token.py)
输出类似于:
$ python3 get_copilot_token.py
Please open https://github.com/login/device in browser and enter 6A95-CAC9 to login.
# 这里访问 https://github.com/login/device 填入 6A95-CAC9(根据你上面的输出决定)
Your token is:
ghu_xxxxxxxxxxxxxxxx
# 这里的 ghu_xxxxxxxxxxxxxxxx 就是最后的 TOKEN
然后浏览器访问 https://github.com/login/device ,填入授权码即可得到 Token。
https://niconiacg.visualstudio.com/a158c0e6-f968-4c72-b336-690f5a7c8b4c/_apis/git/repositories/f4cb0aa8-76ef-49d2-bee3-9a3deda56975/items?path=/2024/0/6/b0186834be29.png&$format=octetStream&api-version=5.0
3. 使用服务
1. 通过 ChatGPT-Next-Web 部署
docker run -d -p 3000:3000
-e OPENAI_API_KEY=ghu-xxxx
-e CODE=your-password
-e BASE_URL=http://your_ip:8099
yidadaa/chatgpt-next-web
然后访问 http://your_ip:3000 就能使用了!
如果配置了 OPENAI_API_KEY、BASE_URL 以及 CODE 可以输入上面的 your-password ,然后到设置将模型修改为 gpt-4,就能使用了。
https://niconiacg.visualstudio.com/a158c0e6-f968-4c72-b336-690f5a7c8b4c/_apis/git/repositories/f4cb0aa8-76ef-49d2-bee3-9a3deda56975/items?path=/2024/0/6/77d6ea61edad.png&$format=octetStream&api-version=5.0
如果没有配置环境变量或者密钥过期,可以手动输入 API 网址和 TOKEN
https://niconiacg.visualstudio.com/a158c0e6-f968-4c72-b336-690f5a7c8b4c/_apis/git/repositories/f4cb0aa8-76ef-49d2-bee3-9a3deda56975/items?path=/2024/0/6/5285307c7f79.png&$format=octetStream&api-version=5.0
现在可以使用了:
https://niconiacg.visualstudio.com/a158c0e6-f968-4c72-b336-690f5a7c8b4c/_apis/git/repositories/f4cb0aa8-76ef-49d2-bee3-9a3deda56975/items?path=/2024/0/6/a795751ea3c4.png&$format=octetStream&api-version=5.0
可以使用 openai API 的地方都能用,比如 Chrome Sider 插件、obsidian、chatbox 等等。
llyy 大佬有话说 : 2024-1-13 14:03:04
Copilot不是免费吗
supervps 大佬有话说 : 2024-1-13 14:44:22
https://img.lw.al/file/92c18060991ed76ae120a.png.
加上了 :lol
YukinoCoco 大佬有话说 : 2024-1-13 14:35:25
本帖最后由 YukinoCoco 于 2024-1-13 21:57 编辑
改天 T 个楼,给大家送几个玩玩
YukinoCoco 大佬有话说 : 2024-1-13 13:50:51
supervps 大佬有话说 : 2024-1-13 13:47
正好有个学生号 我去试试 感谢分享
哈哈哈,快去试试看
supervps 大佬有话说 : 2024-1-13 13:47:07
正好有个学生号 我去试试 感谢分享
333333333 大佬有话说 : 2024-1-13 13:59:25
绑定
ageg 大佬有话说 : 2024-1-13 14:09:31
也就当玩具玩玩。。这种迟早要封。没必要浪费时间弄这个。
YukinoCoco 大佬有话说 : 2024-1-13 14:09:47
llyy 大佬有话说 : 2024-1-13 14:03
Copilot不是免费吗
GitHub Copilot,不是微软那个
千手如来 大佬有话说 : 2024-1-13 14:24:50
我现在用的gmini 速度也快 文章效果更好
卡尔 大佬有话说 : 2024-1-13 14:28:55
千手如来 大佬有话说 : 2024-1-13 14:24
我现在用的gmini 速度也快 文章效果更好
gmini是哪家的