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