😎高稳定性、🧩支持插件、🦄多模态的 ChatGPT QQ / QQ频道 / One Bot 机器人🤖 | 支持 OpenAI GPT、GPT 4o、Claude、Gemini Pro、DeepSeek、Moonshot(Kimi)、gpt4free、One API 的 QQ / QQ频道 / OneBot 机器人 / Agent 平台
Go to file
2023-12-22 12:38:27 +08:00
.github Update bug-report.yml 2023-12-15 10:38:04 +08:00
pkg feat: usage.query完成 2023-12-22 12:38:27 +08:00
plugins feat: 删除plugins/__init__.py的内容 2023-01-17 14:30:28 +08:00
res doc(wiki): 添加已迁移说明 2023-12-20 22:10:19 +08:00
scenario feat: 使用模板储存默认的json格式的情景预设 2023-03-10 23:26:36 +08:00
tests feat: 标识符生成器模块 2023-12-20 22:26:51 +08:00
.gitignore feat: 标识符生成器模块 2023-12-20 22:26:51 +08:00
config-template.py chore: 添加配置项说明 2023-12-17 22:48:48 +08:00
CONTRIBUTING.md doc(CONTRIBUTING.md): 添加字段使用规范 2023-08-09 20:12:46 +08:00
docker-compose.yaml deploy: 添加docker-compose.yaml 2023-09-12 12:50:49 +00:00
Dockerfile ci(Dockerfile): 修复依赖安装问题 2023-11-12 14:42:07 +08:00
LICENSE Create LICENSE 2022-12-10 11:06:55 +08:00
main.py feat: usage.query完成 2023-12-22 12:38:27 +08:00
override-all.json Update override-all.json 2023-12-09 14:17:55 +00:00
README_en.md doc: 更新 NOTE 和 WARNING 的格式 2023-12-01 02:28:47 +00:00
README.md feat: 启动时初始化中央服务器 API 交互类 2023-12-21 16:21:24 +08:00
requirements.txt feat: 启动时初始化中央服务器 API 交互类 2023-12-21 16:21:24 +08:00
tips-custom-template.py feat: 支持在token超限时自动重置会话 2023-06-08 13:45:54 +08:00

QChatGPT🤖

QChatGPT

English | 简体中文

GitHub release (latest by date) Wakapi Count

  • Refer to Wiki to get further information.
  • Official QQ group: 656285629
  • Community QQ group: 362515018
  • QQ channel robot: QQChannelChatGPT
  • Any contribution is welcome, please refer to CONTRIBUTING.md

🍺List of supported models

Details

Chat

  • OpenAI GPT-3.5 (ChatGPT API), default model
  • OpenAI GPT-3, supported natively, switch to it in config.py
  • OpenAI GPT-4, supported natively, qualification for internal testing required, switch to it in config.py
  • ChatGPT website edition (GPT-3.5), see revLibs plugin
  • ChatGPT website edition (GPT-4), ChatGPT plus subscription required, see revLibs plugin
  • New Bing, see revLibs plugin
  • HuggingChat, see revLibs plugin, English only

Story

Image

Voice

Install this plugin to switch between different models.

Features

Details
  • Sensitive word filtering, avoid being banned
  • Multiple responding rules, including regular expression matching
  • Multiple api-key management, automatic switching when exceeding
  • Support for customizing the preset prompt text
  • Chat, story, image, voice, etc. models are supported
  • Support for hot reloading and hot updating
  • Support for plugin loading
  • Blacklist mechanism for private chat and group chat
  • Excellent long message processing strategy
  • Reply rate limitation
  • Support for network proxy
  • Support for customizing the output format

More details, see Wiki(cn)

🔩Deployment

If you encounter any problems during deployment, please search in the issue of QChatGPT or qcg-installer first.

- Register OpenAI account

If you want to use a model other than OpenAI (such as New Bing), you can skip this step and directly refer to following steps, and then configure it according to the relevant plugin documentation.

To register OpenAI account, please refer to the following articles(in Chinese):

国内注册ChatGPT的方法(100%可用)
手把手教你如何注册ChatGPT超级详细

Check your api-key in personal center after registration, and then follow the following steps to deploy.

- Deploy Automatically

Details

Docker

See this document(cn)
Contributed by @mikumifa

Installer

Use this installer to deploy.

  • The installer currently only supports some platforms, please refer to the repository document for details, and manually deploy for other platforms

- Deploy Manually

Manually deployment supports any platforms
  • Python 3.9.x or higher

配置QQ登录框架

Currently supports mirai and go-cqhttp, configure either one

mirai

Follow this tutorial(cn) to configure Mirai and YiriMirai.
After starting mirai-console, use the login command to log in to the QQ account, and keep the mirai-console running.

go-cqhttp
  1. Follow this tutorial(cn) to configure go-cqhttp.
  2. Start go-cqhttp, make sure it is logged in and running.

Configure QChatGPT

  1. Clone the repository
git clone https://github.com/RockChinQ/QChatGPT
cd QChatGPT
  1. Install dependencies
pip3 install requests yiri-mirai-rc openai colorlog func_timeout dulwich Pillow nakuru-project-idk
  1. Generate config.py
python3 main.py
  1. Edit config.py

  2. Run

python3 main.py

Any problems, please refer to the issues page.

🚀Usage

After deployment, please read: Commands(cn)

For more details, please refer to the Wiki(cn)

🧩Plugin Ecosystem

Plugin usage and development are supported.

List of plugins (cn)

Examples

tests/plugin_examples目录下,将其整个目录复制到plugins目录下即可使用

  • cmdcn - 主程序指令中文形式
  • hello_plugin - 在收到消息hello时回复相应消息
  • urlikethisijustsix - 收到冒犯性消息时回复相应消息

More Plugins

欢迎提交新的插件

😘Thanks

And all contributors and other friends who support this project.