From 19e33900838f359d956b9cee5cdd4947adf12344 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Tue, 13 Jun 2023 17:04:29 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ad3e3d5d2..f1239b8a4 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,19 @@ [![License](https://img.shields.io/badge/license-AGPL3-orange.svg?style=plastic)](https://github.com/Soulter/QQChannelChatGPT/blob/master/LICENSE) ![Python](https://img.shields.io/badge/python-3.9+-blue) --> -_✨基于go-cq和官方QQ频道SDK的机器人项目。支持ChatGPT、NewBing等大模型。一次部署,同时使用✨_ +基于go-cq和官方QQ频道SDK的机器人项目。支持ChatGPT、NewBing等大模型。一次部署,同时使用 -_✨部署文档:https://github.com/Soulter/QQChannelChatGPT/wiki ✨_ +部署文档:https://github.com/Soulter/QQChannelChatGPT/wiki -_✨插件文档:https://github.com/Soulter/QQChannelChatGPT/wiki/%E5%9B%9B%E3%80%81%E5%BC%80%E5%8F%91%E6%8F%92%E4%BB%B6 ✨_ +插件文档:https://github.com/Soulter/QQChannelChatGPT/wiki/%E5%9B%9B%E3%80%81%E5%BC%80%E5%8F%91%E6%8F%92%E4%BB%B6 -_✨欢迎体验 | **QQ群号:322154837** ✨_ +欢迎体验 | **QQ群号:322154837** -## ⭐功能: +## 🧩功能: 近期新功能: - Markdown渲染支持:回复消息支持图片。 From 71f1625284f247f8965733ec4354669a8e459f1c Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Sun, 18 Jun 2023 13:30:08 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1239b8a4..e498f5781 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 插件文档:https://github.com/Soulter/QQChannelChatGPT/wiki/%E5%9B%9B%E3%80%81%E5%BC%80%E5%8F%91%E6%8F%92%E4%BB%B6 -欢迎体验 | **QQ群号:322154837** +欢迎体验 | **QQ群号:322154837** | **频道号: x42d56aki2** | From ff01174a1f172668dd9f4ed5727d7982cddff933 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:34:10 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E5=88=A0=E9=99=A4GUI=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E4=B8=8B=E5=90=AF=E5=8A=A8=E9=A1=B9=E7=9B=AE=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E7=9A=84=E4=BA=8C=E7=BB=B4=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/general_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/general_utils.py b/util/general_utils.py index d241a4c7c..38455a135 100644 --- a/util/general_utils.py +++ b/util/general_utils.py @@ -489,5 +489,5 @@ def test_markdown(): image = render_markdown(markdown_text) image.show() -test_markdown() +# test_markdown() From afcb152d8d45d78c12cc1636363a0ebe8f596628 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Fri, 21 Jul 2023 21:43:11 +0800 Subject: [PATCH 4/5] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 61c818445..e19cb9e50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ requests~=2.28.1 openai~=0.27.4 qq-botpy~=1.1.2 -revChatGPT~=5.0.0 +revChatGPT~=6.8.6 baidu-aip~=4.16.9 EdgeGPT~=0.1.22.1 chardet~=5.1.0 From d8808de4a914c0fc4852cee11f4858866e3f6068 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Thu, 3 Aug 2023 22:30:54 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e498f5781..397ba3a30 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ 支持的AI语言模型(请在`configs/config.yaml`下配置): - 逆向ChatGPT - 官方ChatGPT API -- Bing +- Bing **暂时不可用** - ...