We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github地址
go dev
在国内开启vpn的情况下,可能会出现下载go安装包报dl.google.com访问不了的问题,此时直接关闭代理就可以了
dl.google.com
# 到copilot-gpt4-service安装目录下 cd copilot-gpt4-service # 运行项目命令 go run .
此时会下载go相关依赖包,可能会很慢或者报错go: get xxx.xxx.xxx.xxx:xxx: i/o timeout,可以修改go的环境变量
go: get xxx.xxx.xxx.xxx:xxx: i/o timeout
# 配置环境变量 go env -w GOPROXY=https://goproxy.io,direct # 查看环境变量是否生效 go env
项目启动成功
先安装github cli工具
# 安装gh brew install gh
# 登录账号 gh auth login
# 查看账号状态 gh auth status
# 登出账号 gh auth logout
在copilot cli中安装copilot
gh extension install github/gh-copilot
运行copilot-gpt4-service/shell/get_copilot_token.sh命令
copilot-gpt4-service/shell/get_copilot_token.sh
bash -c "$(curl -fsSL https://raw.githubusercontent.com/aaamoon/copilot-gpt4-service/master/shells/get_copilot_token.sh)"
或者
cd copilot-gpt4-service/shell bash get_copilot_token.sh
选择3,一切顺利就可以获取到copilot token了
下载地址:https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/releases/tag/v2.10.1
安装好ChatGPT-Next-Web后
这时就可以愉快的使用gpt4了
The text was updated successfully, but these errors were encountered:
Chatmind地址
注册登录后有一定免费的使用次数,针对一些高级功能,需要开通会员才可以使用
Sorry, something went wrong.
No branches or pull requests
使用github copilot来访问gpt4
拉取copilot-gpt4-service代码
github地址
安装go的运行环境
go dev
在国内开启vpn的情况下,可能会出现下载go安装包报
dl.google.com
访问不了的问题,此时直接关闭代理就可以了运行copilot-gpt4-service服务
此时会下载go相关依赖包,可能会很慢或者报错
go: get xxx.xxx.xxx.xxx:xxx: i/o timeout
,可以修改go的环境变量项目启动成功
获取github copilot token
先安装github cli工具
在copilot cli中安装copilot
运行
copilot-gpt4-service/shell/get_copilot_token.sh
命令或者
选择3,一切顺利就可以获取到copilot token了
安装ChatGPT-Next-Web
下载地址:https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/releases/tag/v2.10.1
安装好ChatGPT-Next-Web后
这时就可以愉快的使用gpt4了
The text was updated successfully, but these errors were encountered: