不太懂 go ,问一下大佬们,ChatGPT-Proxy-V4 这个怎么运行他
已经付款 ChatGPT plus
https://github.com/acheong08/ChatGPT-Proxy-V4
已经付款 ChatGPT plus
https://github.com/acheong08/ChatGPT-Proxy-V4
1
zhangzEric Mar 18, 2023 via iPhone
扔 IDE 里,直接 run main 函数
|
2
securityCoding Mar 18, 2023 via Android
go install github.com/acheong08/ChatGPT-Proxy-V4@latest
|
3
chengran630 OP @securityCoding 做完这一步之后 就没有然后了
|
4
chengran630 OP @zhangzEric
直接楼上那一句 install 之后就没有然后了 |
5
Privileges Mar 18, 2023
@lcy630409
#4 go install 后下载的二进制在你的 gopath + /bin 目录下,环境变量设置 access_token 和 puid |
6
chengran630 OP @Privileges
谢谢解答 我找到原因了 我是在 centos7 里直接使用的 yum install go 这种安装方式 貌似不能直接运行 ChatGPT-Proxy-V4 卸载 go 之后,换了一个安装脚本 安装 go ,之后就可以了 再次感谢 |
7
springwarm Mar 20, 2023
ChatGPT-Proxy-V4 要求的 go 版本是 1.20
|
8
San668 Apr 4, 2023
@Privileges 老哥,我没有太懂,这个环境变量设置 access_token 和 puid 是怎么设置呢,是在目录下创建一个文件,还是命令行设置参数加入呢,您可以帮忙解释一下嘛
|
9
chengran630 OP |