Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 512 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 512 Bytes

qqbot_w_gpt

QQ bot with GPT

1. 需要安装的东西

Python 包

  • openai

  • nonebot

nonebot 可以参考文档

同时依赖于另外一个开源项目

go-cqhttp

2. 使用方法

  1. 配置好go-cqhttp
  2. 完善config.json的信息
  3. 运行qqbot.py

3. 相关链接

c0rnP1ex/wxbot_w_gpt

c0rnP1ex/gpt_api.py