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
  • 聊天记录保存
  • 显示 token 用量
  • 多 system_prompt
  • 简易管理功能(封禁、速度限制)
  • 正向 WebSocket 支持
  • 重构控制台输出

Special Thanks

This project is tested with BrowserStack.