From 32a725126d9801470cfdecc11484081905da9ca2 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Wed, 2 Aug 2023 20:14:33 +0800 Subject: [PATCH 1/9] =?UTF-8?q?doc:=20=E6=A8=A1=E5=9E=8B=E9=80=82=E9=85=8D?= =?UTF-8?q?=E4=B8=80=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c5e62f9..6e47f749 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,12 @@ - 欢迎各种形式的贡献,请查看[贡献指引](CONTRIBUTING.md) - 购买ChatGPT账号: [此链接](http://fk.kimi.asia) +
+ + ## 🍺模型适配一览 -
-点击此处展开 +
### 文字对话 From a05ecd2e7f34c6db0872e266709031c771034e71 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Wed, 2 Aug 2023 20:19:08 +0800 Subject: [PATCH 2/9] =?UTF-8?q?doc:=20=E6=9B=B4=E5=A4=9Asection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6e47f749..aad3acdd 100644 --- a/README.md +++ b/README.md @@ -62,14 +62,16 @@ - Plachta/VITS-Umamusume-voice-synthesizer, 由[插件](https://github.com/oliverkirk-sudo/chat_voice)接入 +安装[此插件](https://github.com/RockChinQ/Switcher),即可在使用中切换文字模型。 +
-安装[此插件](https://github.com/RockChinQ/Switcher),即可在使用中切换文字模型。 +
+ ## ✅功能 -
-点击此处展开概述 +
✅支持敏感词过滤,避免账号风险 @@ -164,12 +166,18 @@
New Bing -
- 详情请查看[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) +
+ +
+ + + ## 🔩部署 + + **部署过程中遇到任何问题,请先在[QChatGPT](https://github.com/RockChinQ/QChatGPT/issues)或[qcg-installer](https://github.com/RockChinQ/qcg-installer/issues)的issue里进行搜索** ### - 注册OpenAI账号 @@ -278,21 +286,27 @@ python3 main.py
+ + ## 🚀使用 **部署完成后必看: [指令说明](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)** + 所有功能查看[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) + +
+ + ## 🧩插件生态 -现已支持自行开发插件对功能进行扩展或自定义程序行为 -详见[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) - ⭐我们已经支持了[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) -
-查看插件列表 +
+ +> 使用方法见:[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) + [所有插件列表](https://github.com/stars/RockChinQ/lists/qchatgpt-%E6%8F%92%E4%BB%B6),欢迎提出issue以提交新的插件 From d21115aaa88058bf75fbee7d7e0ba93bb19ba3fd Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Wed, 2 Aug 2023 20:21:42 +0800 Subject: [PATCH 3/9] =?UTF-8?q?doc:=20=E4=BC=98=E5=8C=96=E8=B5=B7=E5=A7=8B?= =?UTF-8?q?=E7=AB=A0=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index aad3acdd..428b95f5 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,6 @@ > 2023/3/15 逆向库已支持New Bing,使用方法查看[插件文档](https://github.com/RockChinQ/revLibs) -**QChatGPT需要Python版本>=3.9** -- 到[项目Wiki](https://github.com/RockChinQ/QChatGPT/wiki)可了解项目详细信息 -- 官方交流、答疑群: 656285629 - - **进群提问前请您`确保`已经找遍文档和issue均无法解决** -- 社区群(内有一键部署包、图形化界面等资源): 891448839 -- QQ频道机器人见[QQChannelChatGPT](https://github.com/Soulter/QQChannelChatGPT) -- 欢迎各种形式的贡献,请查看[贡献指引](CONTRIBUTING.md) -- 购买ChatGPT账号: [此链接](http://fk.kimi.asia) -
@@ -179,6 +170,11 @@ **部署过程中遇到任何问题,请先在[QChatGPT](https://github.com/RockChinQ/QChatGPT/issues)或[qcg-installer](https://github.com/RockChinQ/qcg-installer/issues)的issue里进行搜索** +**QChatGPT需要Python版本>=3.9** + +- 官方交流、答疑群: 656285629 + - **进群提问前请您`确保`已经找遍文档和issue均无法解决** +- 社区群(内有一键部署包、图形化界面等资源): 891448839 ### - 注册OpenAI账号 From 18caf8face7de35802e4e9b2adc1952935ecfae3 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Wed, 2 Aug 2023 20:23:41 +0800 Subject: [PATCH 4/9] =?UTF-8?q?doc:=20=E8=87=B4=E8=B0=A2=E7=AB=A0=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 428b95f5..3d49faad 100644 --- a/README.md +++ b/README.md @@ -284,12 +284,19 @@ python3 main.py
+
+ + + ## 🚀使用 + + **部署完成后必看: [指令说明](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)** 所有功能查看[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) +
@@ -322,8 +329,14 @@ python3 main.py - [SysStatPlugin](https://github.com/RockChinQ/SysStatPlugin) - 查看系统状态
+
+ + + ## 😘致谢 + + - [@the-lazy-me](https://github.com/the-lazy-me) 为本项目制作[视频教程](https://www.bilibili.com/video/BV15v4y1X7aP) - [@mikumifa](https://github.com/mikumifa) 本项目Docker部署仓库开发者 - [@dominoar](https://github.com/dominoar) 为本项目开发多种插件 @@ -332,6 +345,8 @@ python3 main.py 以及所有[贡献者](https://github.com/RockChinQ/QChatGPT/graphs/contributors)和其他为本项目提供支持的朋友们。 +
+ ## 👍赞赏 赞赏码 From f304873c6af4774b238ea74ff79ca4165ca8683a Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Wed, 2 Aug 2023 20:32:02 +0800 Subject: [PATCH 5/9] =?UTF-8?q?doc(wiki):=20=E5=86=85=E5=AE=B9=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/wiki/插件使用-内容函数.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/res/wiki/插件使用-内容函数.md b/res/wiki/插件使用-内容函数.md index 1b5a89c2..ea609ae4 100644 --- a/res/wiki/插件使用-内容函数.md +++ b/res/wiki/插件使用-内容函数.md @@ -19,6 +19,12 @@ GPT将会回复一个对`access_the_web`的函数调用请求,QChatGPT将自 - 您需要同时在`config.py`中的`completion_api_params`中设置`model`为支持函数调用的模型,推荐使用`gpt-3.5-turbo-16k` - 使用此功能可能会造成难以预期的账号余额消耗,请关注 +### ?QChatGPT有什么类型的插件?区别是什么? + +QChatGPT具有`行为插件`和`内容函数`两种扩展方式,行为插件是完整的插件结构,是由运行期间的事件驱动的,内容函数被包含于一个完整的插件体中,由GPT接口驱动。 + +> 还是不理解?可以尝试根据插件开发页的步骤自行编写插件 + ## QChatGPT的一些不错的内容函数插件 - [WebwlkrPlugin](https://github.com/RockChinQ/WebwlkrPlugin) - 让机器人能联网!! From ac472291c727993279d77367de2b35507a36a946 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Wed, 2 Aug 2023 20:58:32 +0800 Subject: [PATCH 6/9] =?UTF-8?q?doc:=20=E8=B5=9E=E8=B5=8F=E7=AB=A0=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3d49faad..b04beafa 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,14 @@ python3 main.py
+
+ + + ## 👍赞赏 + + 赞赏码 + +
From a84575858ac9db5148279871fd1230a6e9f71de8 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Wed, 2 Aug 2023 21:04:23 +0800 Subject: [PATCH 7/9] =?UTF-8?q?doc:=20=E6=95=B4=E7=90=86=E5=BE=BD=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b04beafa..43e4be7b 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,17 @@ # QChatGPT - [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) ![Wakapi Count](https://wakapi.dev/api/badge/RockChinQ/interval:any/project:QChatGPT) +python +![Static Badge](https://img.shields.io/badge/%E6%9F%A5%E7%9C%8B-%E9%A1%B9%E7%9B%AEWiki-blue?link=https%3A%2F%2Fgithub.com%2FRockChinQ%2FQChatGPT%2Fwiki) + + > 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/4/24 支持使用go-cqhttp登录QQ,请查看[此文档](https://github.com/RockChinQ/QChatGPT/wiki/go-cqhttp%E9%85%8D%E7%BD%AE) > 2023/3/18 现已支持GPT-4 API(内测),请查看`config-template.py`中的`completion_api_params` From ee3eae8f4dc53b182261b7e0d2865eb6b552c233 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Wed, 2 Aug 2023 21:06:34 +0800 Subject: [PATCH 8/9] =?UTF-8?q?doc:=20=E5=AE=8C=E5=96=84=E5=BE=BD=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43e4be7b..9813804f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ [![GitHub release (latest by date)](https://img.shields.io/github/v/release/RockChinQ/QChatGPT?style=flat-square)](https://github.com/RockChinQ/QChatGPT/releases/latest) ![Wakapi Count](https://wakapi.dev/api/badge/RockChinQ/interval:any/project:QChatGPT) python -![Static Badge](https://img.shields.io/badge/%E6%9F%A5%E7%9C%8B-%E9%A1%B9%E7%9B%AEWiki-blue?link=https%3A%2F%2Fgithub.com%2FRockChinQ%2FQChatGPT%2Fwiki) + +Static Badge + From 4e29776fcdb0d1af4089d3e866aafe01ed645b9a Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Wed, 2 Aug 2023 21:07:31 +0800 Subject: [PATCH 9/9] =?UTF-8?q?doc:=20=E6=95=B4=E7=90=86=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E7=94=9F=E6=80=81=E7=AB=A0=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9813804f..3c6a4925 100644 --- a/README.md +++ b/README.md @@ -308,10 +308,10 @@ python3 main.py ## 🧩插件生态 -⭐我们已经支持了[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) - +⭐我们已经支持了[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) + > 使用方法见:[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)