找回密码
 立即注册
CeraNetworksBGVM服务器主机交流会员请立即修改密码Sharktech防护
查看: 72|回复: 10

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

[复制链接]

35

主题

112

回帖

837

积分

高级会员

积分
837
发表于 2024-1-13 13:44:00 | 显示全部楼层 |阅读模式
本帖最后由 YukinoCoco 于 2024-1-13 13:50 编辑

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

1. 安装
使用 Docker 安装 aaamoon/copilot-gpt4-service
来自:https://github.com/aaamoon/copilot-gpt4-service
[ol]
  • docker run -d \
  •   --name copilot-gpt4-service \
  •   --restart always \
  •   -p 8099:8080 \
  •   -e HOST=0.0.0.0 \
  •   aaamoon/copilot-gpt4-service:latest[/ol]复制代码
    这里将使用 http://your_ip:8099 作为 API 接口
    2. 获取 Copilot Token
    通过 Github Copilot CLI 获取 Token
    [ol]
  • # 如下脚本会自动安装 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)"[/ol]复制代码
    接下来选择 2.  Get Github Copilot token by Github Copilot CLI ,然后浏览器访问 https://github.com/login/device ,填入授权码即可得到 Token。

    [ol]
  • $ bash -c "$(curl -fsSL https://raw.githubusercontent.com/aaamoon/copilot-gpt4-service/master/shells/get_copilot_token.sh)"
  • Github Copilot token Tools [v0.0.2] # 1. 这里要选择 2
  • >
  •     Get Github Copilot token Tools [v0.0.2]
  •     ————————————————-
  •     1.  Get Github Copilot token by IDEA Github Copilot plugin
  •     2.  Get Github Copilot token by Github Copilot CLI
  •     ————————————————-
  •     0.  Exit
  • Please enter a number [0-2]: 2
  • github-copilot-cli is not installed. Installing...
  • added 247 packages, and audited 248 packages in 32s
  • 54 packages are looking for funding
  •   run `npm fund` for details
  • 2 moderate severity vulnerabilities
  • To address all issues (including breaking changes), run:
  •   npm audit fix --force
  • Run `npm audit` for details.
  • npm notice
  • npm notice New major version of npm available! 8.19.2 -> 10.3.0
  • npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.3.0
  • npm notice Run npm install -g npm@10.3.0 to update!
  • npm notice
  • Github Copilot CLI token not found. Please authorize.
  • Copy this code: 1FBE-97DC # 2. 浏览器访问 https://github.com/login/device,然后填入这个 CODE
  • Then 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 :
  • * Press Enter to return to the main menu. *[/ol]复制代码





    3. 使用服务
    1. 通过 ChatGPT-Next-Web 部署
    [ol]
  • 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[/ol]复制代码
    然后访问 http://your_ip:3000 就能使用了!

    如果配置了 OPENAI_API_KEY、BASE_URL 以及 CODE 可以输入上面的 your-password ,然后到设置将模型修改为 gpt-4,就能使用了。







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




    现在可以使用了:



  • 回复

    使用道具 举报

    16

    主题

    220

    回帖

    734

    积分

    高级会员

    积分
    734
    发表于 2024-1-13 14:44:22 | 显示全部楼层


    .
    加上了

    回复

    使用道具 举报

    16

    主题

    220

    回帖

    734

    积分

    高级会员

    积分
    734
    发表于 2024-1-13 13:47:07 | 显示全部楼层
    正好有个学生号 我去试试 感谢分享
    回复

    使用道具 举报

    35

    主题

    112

    回帖

    837

    积分

    高级会员

    积分
    837
     楼主| 发表于 2024-1-13 13:50:51 | 显示全部楼层

    supervps 发表于 2024-1-13 13:47

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

    哈哈哈,快去试试看
    回复

    使用道具 举报

    187

    主题

    173

    回帖

    1625

    积分

    金牌会员

    积分
    1625
    发表于 2024-1-13 13:47:00 | 显示全部楼层
    绑定
    回复

    使用道具 举报

    6

    主题

    294

    回帖

    890

    积分

    高级会员

    积分
    890
    发表于 2024-1-13 13:59:25 | 显示全部楼层
    Copilot不是免费吗
    回复

    使用道具 举报

    1

    主题

    18

    回帖

    69

    积分

    注册会员

    积分
    69
    发表于 2024-1-13 14:03:04 | 显示全部楼层
    也就当玩具玩玩。。这种迟早要封。没必要浪费时间弄这个。
    回复

    使用道具 举报

    35

    主题

    112

    回帖

    837

    积分

    高级会员

    积分
    837
     楼主| 发表于 2024-1-13 14:09:31 | 显示全部楼层

    llyy 发表于 2024-1-13 14:03

    Copilot不是免费吗

    GitHub Copilot,不是微软那个
    回复

    使用道具 举报

    7

    主题

    60

    回帖

    247

    积分

    中级会员

    积分
    247
    发表于 2024-1-13 14:09:47 | 显示全部楼层
    我现在用的gmini 速度也快 文章效果更好
    回复

    使用道具 举报

    154

    主题

    756

    回帖

    2424

    积分

    金牌会员

    积分
    2424
    发表于 2024-1-13 14:03:00 | 显示全部楼层

    千手如来 发表于 2024-1-13 14:24

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

    gmini是哪家的
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|HS2V主机综合交流论坛

    GMT+8, 2024-11-15 05:47 , Processed in 0.076723 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表