灌水王 发表于 2024-1-13 15:27:13

【廉价 GPT4】将 GitHub Copilot 转换为可以使用 GPT4 的 API

0. 前言
推广一下我的 Copilot 月抛号,只售 ¥9.9:https://kfaka.ru/
不要用大号上车,不要共享使用,所以月抛号非常合适用来玩这个,我就1个号目前还没翻车
现在我官方的 GPT4 都没续费了,它比直接在官方 GPT4 对话快,还便宜,感觉不错
使用方法看下面的教程,应该是比较详细了。

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
通过 Github Copilot CLI 获取 Token
# 如下脚本会自动安装 Github Copilot CLI 并通过授权获取 Github Copilot Plugin Token bash -c "$(curl -fsSL https://raw.githubusercontent.com/aaamoon/copilot-gpt4-service/master/shells/get_copilot_token.sh)"
接下来选择 2.Get Github Copilot token by Github Copilot CLI ,然后浏览器访问 https://github.com/login/device ,填入授权码即可得到 Token。

$ bash -c "$(curl -fsSL https://raw.githubusercontent.com/aaamoon/copilot-gpt4-service/master/shells/get_copilot_token.sh)"Github Copilot token Tools # 1. 这里要选择 2>    Get Github Copilot token Tools     ————————————————-    1.Get Github Copilot token by IDEA Github Copilot plugin    2.Get Github Copilot token by Github Copilot CLI    ————————————————-    0.ExitPlease enter a number : 2github-copilot-cli is not installed. Installing...added 247 packages, and audited 248 packages in 32s54 packages are looking for fundingrun `npm fund` for details2 moderate severity vulnerabilitiesTo address all issues (including breaking changes), run:npm audit fix --forceRun `npm audit` for details.npm noticenpm notice New major version of npm available! 8.19.2 -> 10.3.0npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.3.0npm notice Run npm install -g npm@10.3.0 to update!npm noticeGithub Copilot CLI token not found. Please authorize.Copy this code: 1FBE-97DC # 2. 浏览器访问 https://github.com/login/device,然后填入这个 CODEThen go to https://github.com/login/device, paste the code in and approve the access.Failed to authenticate: You do not have access to GitHub Copilot CLI. Please join the waitlist at https://githubnext.com/projects/copilot-cli/., Unable to verify waitlist access.Your Github Copilot CLI token : <your token>* Press Enter to return to the main menu. *



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,就能使用了。




如果没有配置环境变量或者密钥过期,可以手动输入 API 网址和 TOKEN


现在可以使用了:

灌水王 发表于 2024-1-13 15:27:26

.
加上了 :lol

灌水王 发表于 2024-1-13 15:28:03

正好有个学生号 我去试试 感谢分享

死猪一头 发表于 2024-1-13 15:28:18

哈哈哈,快去试试看

灌水王 发表于 2024-1-13 15:29:05

绑定

AK 发表于 2024-1-13 15:29:20

Copilot不是免费吗

灌水王 发表于 2024-1-13 15:29:45

也就当玩具玩玩。。这种迟早要封。没必要浪费时间弄这个。

灌水王 发表于 2024-1-13 15:30:20

GitHub Copilot,不是微软那个

子夜 发表于 2024-1-13 15:30:59

我现在用的gmini 速度也快 文章效果更好

灌水王 发表于 2024-1-13 15:31:25

gmini是哪家的

advertcnadmin 发表于 2024-1-13 15:31:58

早上车早享受
页: [1]
查看完整版本: 【廉价 GPT4】将 GitHub Copilot 转换为可以使用 GPT4 的 API