😎高稳定性、🧩支持插件、🦄多模态的 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
2024-01-28 19:20:10 +08:00
.github chore: 删除命令权限同步脚本 2024-01-28 18:40:10 +08:00
pkg chore: 修改包名 2024-01-28 19:20:10 +08:00
plugins feat: 删除plugins/__init__.py的内容 2023-01-17 14:30:28 +08:00
res chore: 删除命令权限同步脚本 2024-01-28 18:40:10 +08:00
scenario feat: 使用模板储存默认的json格式的情景预设 2023-03-10 23:26:36 +08:00
tests feat: 标识符生成器模块 2023-12-20 22:26:51 +08:00
.gitignore chore: prompt_submit_length默认改为3072 2023-12-23 10:31:56 +08:00
banlist-template.py chore: banlist模版移至根目录 2024-01-24 23:33:19 +08:00
config-template.py refactor: filter和ignore独立成新的cntfilter包 2024-01-25 15:28:23 +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
override-all.json Update override-all.json 2023-12-23 02:32:13 +00:00
README_en.md chore: 指令全部改为命令 2024-01-12 16:48:47 +08:00
README.md doc(README): 说明 Python 版本 2024-01-22 20:37:29 +08:00
requirements.txt chore: 整理文件 2024-01-28 18:45:18 +08:00
start.py feat: 启动时展示asciiart 2024-01-27 00:05:55 +08:00
tips-custom-template.py chore: 指令全部改为命令 2024-01-12 16:48:47 +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.