Skip to content

对接 OneBot11 标准 HTTP 的轻量 ChatGPT 机器人

License

Notifications You must be signed in to change notification settings

amakerlife/OneBotChatGPT

Repository files navigation

- OneBotChatGPT -

License

对接 OneBot 标准 HTTP 的 ChatGPT 机器人


快速开始

git clone https://github.com/amakerlife/OneBotChatGPT
cd OneBotChatGPT
mv config.example.cfg config.cfg
vim config.cfg
pip install -r requirements.txt
python bot.py

Todo List

  • 在群聊中使用 @ 触发机器人
  • 重构 send_message
  • 聊天记录保存
  • 重构控制台输出