微信接入ChatGPT API 微信就是ChatGPT AI人工智能bot【一】
一、登陆OpenAI官网登录你的账号,获取API key
二、Wechat-Chatgpt项目
https://github.com/fuergaosi233/wechat-chatgpt
三、开始配置服务器
安装Node环境
1 | sudo apt update && sudo apt upgrade |
克隆项目
1 | git clone https://github.com/fuergaosi233/wechat-chatgpt.git |
安装依赖并创建配置文件
1 | # 进去wechat-chatgpt目录 |
修改配置文件
config.yaml内容如下:
1 | chatGPTAccountPool: |
.env内容如下:
1 | CHAT_GPT_EMAIL= |
修改模型
打开文件:
1 | cd wechat-chatgpt |
修改模型为:
1 | text-davinci-003 |
启动服务并扫码登录
1 | npm run dev |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 时光's Blog!
评论