ChatGPT整合微信机器人教程

最近ChatGPT大火,这篇教程给大家带来了ChatGPT整合微信机器人的详细教程,有兴趣的可以仔细看看,可能有所帮助。

准备工作

1、服务器(挂微信)

2、chatGPT密钥(自行注册,去OpenAI官网去获取密钥)

3、一个微信小号

教程开始

1、安装Ubuntu20.x 后 要先安装 curl

ubuntu/debian 系统安装 Curl 方法:

apt-get update -y && apt-get install curl -y

centos 系统安装 Curl 方法:

yum update -y && yum install curl -y

安装好 curl 之后

Ubuntu20.x的系统需要更换服务器的vi(系统系统没有测试过 也可以照常安装一下)

依次输入

1

sudo apt-get remove vim-common

2

sudo apt-get install vim

然后就可以运行我们的懒人包了

一键配置命令:

curl http://jqr.evv1.com/vum/ChatGPT/atchat.sh -o atchat.sh && chmod +x atchat.sh && ./atchat.sh

懒人包目前只测试了系统Ubuntu20.x 完美运行。 可尝试系统Debian11.x、Centos8/9

步骤都写出来了 依次安装顺序来安装 不要着急

到达第六步的时候记得复制代码获取二维码登录

#tail -f -n 50 /app/run.log(不要#)

 

阅读剩余
THE END