1 Star 0 Fork 94

nihaoqkl / QChatGPT

forked from RockChin / QChatGPT 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README_en.md 8.07 KB
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
RockChin 提交于 2023-04-24 15:46 . doc: 添加go-cqhttp配置说明

QChatGPT🤖

QChatGPT

English | 简体中文

GitHub release (latest by date)

  • 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

Story

Image

Voice

Install this plugin to switch between different models.

✅Function Points

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 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.

Python
1
https://gitee.com/nihaoqkl/QChatGPT.git
git@gitee.com:nihaoqkl/QChatGPT.git
nihaoqkl
QChatGPT
QChatGPT
master

搜索帮助