QChatGPT/README.md

368 lines
14 KiB
Markdown
Raw Normal View History

2023-04-20 00:08:00 +08:00
2023-04-20 00:15:11 +08:00
<p align="center">
2023-08-02 20:51:07 +08:00
<img src="res/logo.png" alt="QChatGPT" width="120" />
2023-04-20 00:15:11 +08:00
</p>
2023-08-02 20:51:07 +08:00
<div align="center">
# QChatGPT
2023-08-03 23:40:01 +08:00
高稳定性/持续迭代/架构清晰/支持插件/高可自定义的 ChatGPT QQ机器人框架
2023-08-02 20:51:07 +08:00
2023-04-08 19:39:42 +08:00
[English](README_en.md) | 简体中文
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/RockChinQ/QChatGPT?style=flat-square)](https://github.com/RockChinQ/QChatGPT/releases/latest)
2023-05-29 11:10:49 +08:00
![Wakapi Count](https://wakapi.dev/api/badge/RockChinQ/interval:any/project:QChatGPT)
2023-08-02 21:04:23 +08:00
<img src="https://img.shields.io/badge/python-3.9+-blue.svg" alt="python">
2023-08-02 21:06:34 +08:00
<a href="https://github.com/RockChinQ/QChatGPT/wiki">
<img alt="Static Badge" src="https://img.shields.io/badge/%E6%9F%A5%E7%9C%8B-%E9%A1%B9%E7%9B%AEWiki-blue">
</a>
<a href="https://www.bilibili.com/video/BV1Y14y1Q7kQ">
<img alt="Static Badge" src="https://img.shields.io/badge/%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B-208647">
</a>
<a href="https://www.bilibili.com/video/BV11h4y1y74H">
<img alt="Static Badge" src="https://img.shields.io/badge/Linux%E9%83%A8%E7%BD%B2%E8%A7%86%E9%A2%91-208647">
</a>
2023-04-08 19:39:42 +08:00
2023-08-02 21:04:23 +08:00
</div>
2023-06-12 12:24:59 +08:00
2023-07-29 19:26:28 +08:00
> 2023/7/29 支持使用GPT的Function Calling功能实现类似ChatGPT Plugin的效果请见[Wiki内容函数](https://github.com/RockChinQ/QChatGPT/wiki/%E6%8F%92%E4%BB%B6%E4%BD%BF%E7%94%A8-%E5%86%85%E5%AE%B9%E5%87%BD%E6%95%B0)
2023-06-12 12:24:59 +08:00
2023-08-02 20:14:33 +08:00
<details>
<summary>
## 🍺模型适配一览
2023-08-02 20:14:33 +08:00
</summary>
2023-03-20 14:46:39 +08:00
### 文字对话
- OpenAI GPT-3.5模型(ChatGPT API), 本项目原生支持, 默认使用
2023-03-18 12:42:46 +08:00
- OpenAI GPT-3模型, 本项目原生支持, 部署完成后前往`config.py`切换
- OpenAI GPT-4模型, 本项目原生支持, 目前需要您的账户通过OpenAI的内测申请, 请前往`config.py`切换
2023-03-15 10:57:29 +08:00
- ChatGPT网页版GPT-3.5模型, 由[插件](https://github.com/RockChinQ/revLibs)接入
2023-03-18 12:42:46 +08:00
- ChatGPT网页版GPT-4模型, 目前需要ChatGPT Plus订阅, 由[插件](https://github.com/RockChinQ/revLibs)接入
2023-03-15 17:33:31 +08:00
- New Bing逆向库, 由[插件](https://github.com/RockChinQ/revLibs)接入
2023-05-21 17:50:35 +08:00
- HuggingChat, 由[插件](https://github.com/RockChinQ/revLibs)接入, 仅支持英文
### 故事续写
- NovelAI API, 由[插件](https://github.com/dominoar/QCPNovelAi)接入
### 图片绘制
- OpenAI DALL·E模型, 本项目原生支持, 使用方法查看[Wiki功能使用页](https://github.com/RockChinQ/QChatGPT/wiki/%E5%8A%9F%E8%83%BD%E4%BD%BF%E7%94%A8#%E5%8A%9F%E8%83%BD%E7%82%B9%E5%88%97%E4%B8%BE)
- NovelAI API, 由[插件](https://github.com/dominoar/QCPNovelAi)接入
### 语音生成
- TTS+VITS, 由[插件](https://github.com/dominoar/QChatPlugins)接入
- Plachta/VITS-Umamusume-voice-synthesizer, 由[插件](https://github.com/oliverkirk-sudo/chat_voice)接入
2023-03-20 14:46:39 +08:00
2023-08-02 20:19:08 +08:00
安装[此插件](https://github.com/RockChinQ/Switcher),即可在使用中切换文字模型。
2023-03-20 14:46:39 +08:00
</details>
2023-08-02 20:19:08 +08:00
<details>
<summary>
2023-04-05 16:59:06 +08:00
2022-12-17 17:51:05 +08:00
## ✅功能
2022-12-15 20:47:38 +08:00
2023-08-02 20:19:08 +08:00
</summary>
2023-04-01 09:59:33 +08:00
2023-02-19 11:55:16 +08:00
<details>
<summary>✅支持敏感词过滤,避免账号风险</summary>
- 难以监测机器人与用户对话时的内容,故引入此功能以减少机器人风险
2023-03-04 21:12:50 +08:00
- 加入了百度云内容审核,在`config.py`中修改`baidu_check`的值,并填写`baidu_api_key`和`baidu_secret_key`以开启此功能
2023-02-19 11:55:16 +08:00
- 编辑`sensitive.json`,并在`config.py`中修改`sensitive_word_filter`的值以开启此功能
</details>
<details>
<summary>✅群内多种响应规则不必at</summary>
- 默认回复`ai`作为前缀或`@`机器人的消息
- 详细见`config.py`中的`response_rules`字段
</details>
<details>
<summary>✅完善的多api-key管理超额自动切换</summary>
- 支持配置多个`api-key`,内部统计使用量并在超额时自动切换
- 请在`config.py`中修改`openai_config`的值以设置`api-key`
- 可以在`config.py`中修改`api_key_fee_threshold`来自定义切换阈值
- 运行期间向机器人说`!usage`以查看当前使用情况
</details>
<details>
<summary>✅支持预设指令文字</summary>
- 支持以自然语言预设文字,自定义机器人人格等信息
- 详见`config.py`中的`default_prompt`部分
- 支持设置多个预设情景,并通过!reset、!default等指令控制详细请查看[wiki指令](https://github.com/RockChinQ/QChatGPT/wiki/%E5%8A%9F%E8%83%BD%E4%BD%BF%E7%94%A8#%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%8C%87%E4%BB%A4)
</details>
<details>
<summary>✅支持对话、绘图等模型,可玩性更高</summary>
- 现已支持OpenAI的对话`Completion API`和绘图`Image API`
- 向机器人发送指令`!draw <prompt>`即可使用绘图模型
</details>
<details>
<summary>✅支持指令控制热重载、热更新</summary>
- 允许在运行期间修改`config.py`或其他代码后,以管理员账号向机器人发送指令`!reload`进行热重载,无需重启
- 运行期间允许以管理员账号向机器人发送指令`!update`进行热更新,拉取远程最新代码并执行热重载
</details>
<details>
<summary>✅支持插件加载🧩</summary>
- 自行实现插件加载器及相关支持
- 支持GPT的Function Calling功能
2023-02-19 11:55:16 +08:00
- 详细查看[插件使用页](https://github.com/RockChinQ/QChatGPT/wiki/%E6%8F%92%E4%BB%B6%E4%BD%BF%E7%94%A8)
</details>
<details>
<summary>✅私聊、群聊黑名单机制</summary>
- 支持将人或群聊加入黑名单以忽略其消息
- 详见Wiki`加入黑名单`节
</details>
2023-02-25 11:14:27 +08:00
<details>
2023-03-05 10:54:00 +08:00
<summary>✅长消息处理策略</summary>
- 支持将长消息转换成图片或消息记录组件,避免消息刷屏
- 请查看`config.py`中`blob_message_strategy`等字段
</details>
<details>
2023-02-25 11:14:27 +08:00
<summary>✅回复速度限制</summary>
- 支持限制单会话内每分钟可进行的对话次数
- 具有“等待”和“丢弃”两种策略
- “等待”策略:在获取到回复后,等待直到此次响应时间达到对话响应时间均值
- “丢弃”策略:此分钟内对话次数达到限制时,丢弃之后的对话
- 详细请查看config.py中的相关配置
</details>
2023-03-16 19:38:35 +08:00
<details>
<summary>✅支持使用网络代理</summary>
- 目前已支持正向代理访问接口
- 详细请查看config.py中的`openai_config`的说明
</details>
<details>
<summary>✅支持自定义提示内容</summary>
- 允许用户自定义报错、帮助等提示信息
- 请查看`tips.py`
</details>
2023-04-17 10:15:50 +08:00
### 🏞️截图
<img alt="私聊GPT-3.5" src="res/screenshots/person_gpt3.5.png" width="400"/>
2023-04-17 10:18:23 +08:00
<br/>
2023-04-17 10:15:50 +08:00
<img alt="群聊GPT-3.5" src="res/screenshots/group_gpt3.5.png" width="400"/>
2023-04-17 10:18:23 +08:00
<br/>
2023-04-17 10:15:50 +08:00
<img alt="New Bing" src="res/screenshots/person_newbing.png" width="400"/>
2023-08-02 20:19:08 +08:00
详情请查看[Wiki功能使用页](https://github.com/RockChinQ/QChatGPT/wiki/%E5%8A%9F%E8%83%BD%E4%BD%BF%E7%94%A8#%E5%8A%9F%E8%83%BD%E7%82%B9%E5%88%97%E4%B8%BE)
2023-04-01 09:59:33 +08:00
</details>
2023-02-19 11:55:16 +08:00
2023-08-02 20:19:08 +08:00
<details>
<summary>
2022-12-12 17:24:36 +08:00
2022-12-17 17:51:05 +08:00
## 🔩部署
2022-12-11 21:27:50 +08:00
2023-08-02 20:19:08 +08:00
</summary>
2023-03-20 21:09:05 +08:00
**部署过程中遇到任何问题,请先在[QChatGPT](https://github.com/RockChinQ/QChatGPT/issues)或[qcg-installer](https://github.com/RockChinQ/qcg-installer/issues)的issue里进行搜索**
2023-08-02 20:21:42 +08:00
**QChatGPT需要Python版本>=3.9**
- 官方交流、答疑群: 656285629
- **进群提问前请您`确保`已经找遍文档和issue均无法解决**
- 社区群(内有一键部署包、图形化界面等资源): 891448839
2023-03-20 21:09:05 +08:00
2023-01-02 14:52:20 +08:00
### - 注册OpenAI账号
2022-12-11 21:27:50 +08:00
2023-05-21 18:25:35 +08:00
<details>
<summary>点此查看步骤</summary>
2023-03-20 21:12:25 +08:00
> 若您要直接使用非OpenAI的模型如New Bing可跳过此步骤直接进行之后的部署完成后按照相关插件的文档进行配置即可
2023-03-05 16:47:42 +08:00
参考以下文章自行注册
2022-12-11 21:27:50 +08:00
2023-03-16 19:38:35 +08:00
> [国内注册ChatGPT的方法(100%可用)](https://www.pythonthree.com/register-openai-chatgpt/)
2022-12-11 22:46:17 +08:00
> [手把手教你如何注册ChatGPT超级详细](https://guxiaobei.com/51461)
2022-12-08 14:59:59 +08:00
2022-12-11 22:46:17 +08:00
注册成功后请前往[个人中心查看](https://beta.openai.com/account/api-keys)api_key
2022-12-12 00:22:08 +08:00
完成注册后,使用以下自动化或手动部署步骤
2022-12-09 23:30:44 +08:00
2023-05-21 18:25:35 +08:00
</details>
2023-01-02 14:52:20 +08:00
### - 自动化部署
2022-12-08 14:59:59 +08:00
2023-01-03 13:12:50 +08:00
<details>
<summary>展开查看以下方式二选一Linux首选DockerWindows首选安装器</summary>
2022-12-15 23:35:20 +08:00
#### Docker方式
> docker方式目前仅支持使用mirai登录若您不**熟悉**docker的操作及相关知识强烈建议您使用其他方式部署我们**不会且难以**解决您主机上多个容器的连接问题。
2023-04-06 10:10:09 +08:00
请查看[此文档](res/docs/docker_deploy.md)
2023-03-25 23:12:26 +08:00
由[@mikumifa](https://github.com/mikumifa)贡献
2022-12-15 23:35:20 +08:00
#### 安装器方式
2023-03-26 15:25:21 +08:00
2022-12-14 11:01:32 +08:00
使用[此安装器](https://github.com/RockChinQ/qcg-installer)(若无法访问请到[Gitee](https://gitee.com/RockChin/qcg-installer))进行部署
2022-12-11 22:46:17 +08:00
2022-12-15 23:35:20 +08:00
- 安装器目前仅支持部分平台,请到仓库文档查看,其他平台请手动部署
2022-12-08 14:59:59 +08:00
2023-01-03 13:12:50 +08:00
</details>
2023-01-02 14:52:20 +08:00
### - 手动部署
2022-12-11 22:46:17 +08:00
<details>
<summary>手动部署适用于所有平台</summary>
2022-12-08 14:59:59 +08:00
- 请使用Python 3.9.x以上版本
2022-12-08 14:59:59 +08:00
2023-04-24 15:48:28 +08:00
#### ① 配置QQ登录框架
2022-12-08 14:59:59 +08:00
2023-04-24 15:46:58 +08:00
目前支持mirai和go-cqhttp配置任意一个即可
<details>
<summary>mirai</summary>
1. 按照[此教程](https://yiri-mirai.wybxc.cc/tutorials/01/configuration)配置Mirai及mirai-api-http
2. 启动mirai-console后使用`login`命令登录QQ账号保持mirai-console运行状态
3. 在下一步配置主程序时请在config.py中将`msg_source_adapter`设为`yirimirai`
</details>
<details>
<summary>go-cqhttp</summary>
1. 按照[此文档](https://github.com/RockChinQ/QChatGPT/wiki/go-cqhttp%E9%85%8D%E7%BD%AE)配置go-cqhttp
2. 启动go-cqhttp确保登录成功保持运行
3. 在下一步配置主程序时请在config.py中将`msg_source_adapter`设为`nakuru`
</details>
2022-12-08 14:59:59 +08:00
2023-04-24 15:48:28 +08:00
#### ② 配置主程序
2022-12-08 14:59:59 +08:00
1. 克隆此项目
```bash
git clone https://github.com/RockChinQ/QChatGPT
2022-12-11 18:13:45 +08:00
cd QChatGPT
2022-12-08 14:59:59 +08:00
```
2. 安装依赖
```bash
2023-07-31 11:59:22 +08:00
pip3 install requests yiri-mirai openai colorlog func_timeout dulwich Pillow nakuru-project-idk CallingGPT tiktoken
2022-12-08 14:59:59 +08:00
```
3. 运行一次主程序,生成配置文件
```bash
2022-12-09 23:30:44 +08:00
python3 main.py
2022-12-08 14:59:59 +08:00
```
4. 编辑配置文件`config.py`
按照文件内注释填写配置信息
5. 运行主程序
2022-12-08 14:59:59 +08:00
```bash
2022-12-09 23:30:44 +08:00
python3 main.py
2022-12-08 14:59:59 +08:00
```
2022-12-17 13:21:55 +08:00
无报错信息即为运行成功
**常见问题**
- mirai登录提示`QQ版本过低`,见[此issue](https://github.com/RockChinQ/QChatGPT/issues/137)
2022-12-11 18:13:45 +08:00
- 如提示安装`uvicorn`或`hypercorn`请*不要*安装这两个不是必需的目前存在未知原因bug
2022-12-10 17:54:35 +08:00
- 如报错`TypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary`, 请参考 [此处](https://github.com/RockChinQ/QChatGPT/issues/5)
2022-12-11 22:46:17 +08:00
</details>
2023-08-02 20:19:08 +08:00
</details>
2023-08-02 20:23:41 +08:00
<details>
<summary>
2022-12-17 17:51:05 +08:00
## 🚀使用
2022-12-08 15:02:31 +08:00
2023-08-02 20:23:41 +08:00
</summary>
2023-03-20 21:25:02 +08:00
**部署完成后必看: [指令说明](https://github.com/RockChinQ/QChatGPT/wiki/%E5%8A%9F%E8%83%BD%E4%BD%BF%E7%94%A8#%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%8C%87%E4%BB%A4)**
2023-08-02 20:19:08 +08:00
2023-03-20 21:25:02 +08:00
所有功能查看[Wiki功能使用页](https://github.com/RockChinQ/QChatGPT/wiki/%E5%8A%9F%E8%83%BD%E4%BD%BF%E7%94%A8#%E4%BD%BF%E7%94%A8%E6%96%B9%E5%BC%8F)
2023-01-04 22:00:31 +08:00
2023-08-02 20:23:41 +08:00
</details>
2023-01-17 13:35:22 +08:00
2023-08-02 20:19:08 +08:00
<details>
<summary>
## 🧩插件生态
2023-01-17 13:35:22 +08:00
2023-08-02 20:19:08 +08:00
</summary>
2023-08-02 21:07:31 +08:00
⭐我们已经支持了[GPT的Function Calling能力](https://platform.openai.com/docs/guides/gpt/function-calling),请查看[Wiki内容函数](https://github.com/RockChinQ/QChatGPT/wiki/%E6%8F%92%E4%BB%B6%E4%BD%BF%E7%94%A8-%E5%86%85%E5%AE%B9%E5%87%BD%E6%95%B0)
2023-08-02 20:19:08 +08:00
> 使用方法见:[Wiki插件使用](https://github.com/RockChinQ/QChatGPT/wiki/%E6%8F%92%E4%BB%B6%E4%BD%BF%E7%94%A8)
> 开发教程见:[Wiki插件开发](https://github.com/RockChinQ/QChatGPT/wiki/%E6%8F%92%E4%BB%B6%E5%BC%80%E5%8F%91)
2023-03-20 20:49:18 +08:00
2023-07-31 00:07:39 +08:00
[所有插件列表](https://github.com/stars/RockChinQ/lists/qchatgpt-%E6%8F%92%E4%BB%B6)欢迎提出issue以提交新的插件
2023-01-17 13:35:22 +08:00
2023-07-31 00:07:39 +08:00
### 部分插件
2023-01-17 13:54:43 +08:00
- [WebwlkrPlugin](https://github.com/RockChinQ/WebwlkrPlugin) - 让机器人能联网!!
2023-04-20 20:50:00 +08:00
- [revLibs](https://github.com/RockChinQ/revLibs) - 将ChatGPT网页版接入此项目关于[官方接口和网页版有什么区别](https://github.com/RockChinQ/QChatGPT/wiki/%E5%AE%98%E6%96%B9%E6%8E%A5%E5%8F%A3%E3%80%81ChatGPT%E7%BD%91%E9%A1%B5%E7%89%88%E3%80%81ChatGPT-API%E5%8C%BA%E5%88%AB)
2023-04-05 16:58:15 +08:00
- [Switcher](https://github.com/RockChinQ/Switcher) - 支持通过指令切换使用的模型
2023-01-17 13:54:43 +08:00
- [hello_plugin](https://github.com/RockChinQ/hello_plugin) - `hello_plugin` 的储存库形式,插件开发模板
2023-03-20 14:46:39 +08:00
- [dominoar/QChatPlugins](https://github.com/dominoar/QchatPlugins) - dominoar编写的诸多新功能插件语音输出、Ranimg、屏蔽词规则等
2023-02-11 00:21:01 +08:00
- [dominoar/QCP-NovelAi](https://github.com/dominoar/QCP-NovelAi) - NovelAI 故事叙述与绘画
- [oliverkirk-sudo/chat_voice](https://github.com/oliverkirk-sudo/chat_voice) - 文字转语音输出使用HuggingFace上的[VITS-Umamusume-voice-synthesizer模型](https://huggingface.co/spaces/Plachta/VITS-Umamusume-voice-synthesizer)
- [RockChinQ/WaitYiYan](https://github.com/RockChinQ/WaitYiYan) - 实时获取百度`文心一言`等待列表人数
- [chordfish-k/QChartGPT_Emoticon_Plugin](https://github.com/chordfish-k/QChartGPT_Emoticon_Plugin) - 使机器人根据回复内容发送表情包
- [oliverkirk-sudo/ChatPoeBot](https://github.com/oliverkirk-sudo/ChatPoeBot) - 接入[Poe](https://poe.com/)上的机器人
2023-04-12 15:28:56 +08:00
- [lieyanqzu/WeatherPlugin](https://github.com/lieyanqzu/WeatherPlugin) - 天气查询插件
- [SysStatPlugin](https://github.com/RockChinQ/SysStatPlugin) - 查看系统状态
2023-03-20 20:49:18 +08:00
</details>
2023-02-11 18:22:05 +08:00
2023-08-02 20:23:41 +08:00
<details>
<summary>
2023-02-18 10:37:38 +08:00
## 😘致谢
2023-08-02 20:23:41 +08:00
</summary>
- [@the-lazy-me](https://github.com/the-lazy-me) 为本项目制作[视频教程](https://www.bilibili.com/video/BV1Y14y1Q7kQ)
2023-02-18 10:39:06 +08:00
- [@mikumifa](https://github.com/mikumifa) 本项目Docker部署仓库开发者
2023-02-18 10:37:38 +08:00
- [@dominoar](https://github.com/dominoar) 为本项目开发多种插件
- [@万神的星空](https://github.com/qq255204159) 整合包发行
2023-03-18 22:28:06 +08:00
- [@ljcduo](https://github.com/ljcduo) GPT-4 API内测账号提供
2023-02-18 10:37:38 +08:00
2023-03-14 10:54:46 +08:00
以及所有[贡献者](https://github.com/RockChinQ/QChatGPT/graphs/contributors)和其他为本项目提供支持的朋友们。
2023-02-18 10:37:38 +08:00
2023-08-02 20:23:41 +08:00
</details>
2023-08-02 20:58:32 +08:00
<details>
<summary>
2023-05-16 15:36:07 +08:00
## 👍赞赏
2023-01-04 22:00:31 +08:00
2023-08-02 20:58:32 +08:00
</summary>
2023-05-16 15:36:07 +08:00
<img alt="赞赏码" src="res/mm_reward_qrcode_1672840549070.png" width="400" height="400"/>
2023-08-02 20:58:32 +08:00
</details>