Wechaty+ChatGPT 实现个人聊天机器人 2023-09-04 0 评论 字数统计: 147(字) 阅读时长: 1(分)介绍使用 API 调用,无需科学上网使用 UOS 协议(包括本项目)登录微信有封号风险,请谨慎使用流程注册 ChatGPT 账号注册地址: https://chat.openai.com/chat注册教程: https://juejin.cn/post/7173447848292253704获取 ChatGPT 接口访问密钥创建密钥:https://platform.openai.com/account/api-keys安装环境要求node >= 18.0.0npm >= 9.5.0源码安装12git clone https://github.com/sunshanpeng/wechaty-chatgpt.gitcd wechaty-chatgpt123export OPENAI_API_KEY=上文所创建的密钥npm inpm run chatgpt感谢https://github.com/sunshanpeng/wechaty-chatgpt/https://github.com/wechaty/wechaty/https://github.com/transitive-bullshit/chatgpt-api