From be171fe0d7c930ce3a0d37a229f1557552b2fc38 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Mon, 12 Jun 2023 08:14:55 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 55 +++++++++++++++++++++++++++---------------------------- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 95a12e53c..369e1ceaf 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ [![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) -_✨在QQ和QQ频道上使用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 ✨_ -_✨欢迎体验(频道名: GPT机器人 | 频道号: x42d56aki2) | QQ群号:322154837)✨_ +_✨欢迎体验 | **QQ群号:322154837** | 频道号: x42d56aki2)✨_ @@ -21,21 +21,18 @@ _✨欢迎体验(频道名: GPT机器人 | 频道号: x42d56aki2) | QQ群号 ## ⭐功能: 近期新功能: -- 支持插件!https://github.com/Soulter/QQChannelChatGPT/wiki/%E5%9B%9B%E3%80%81%E5%BC%80%E5%8F%91%E6%8F%92%E4%BB%B6 -- 支持一键切换语言模型(使用/bing /revgpt /gpt分别可以切换newbing、逆向ChatGPT、官方ChatGPT模型) +- Markdown渲染支持:回复消息支持图片。 +- 支持插件。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,支持在QQ上和QQ频道上同时聊天!https://github.com/Soulter/QQChannelChatGPT/issues/82 - Windows启动器。链接:https://github.com/Soulter/QQChatGPTLauncher/releases/latest 支持的AI语言模型(请在`configs/config.yaml`下配置): -- 逆向ChatGPT库 -- 官方ChatGPT AI -- 文心一言(即将支持) -- NewBing -- Bard (即将支持) - -部署此项目的教程链接:https://github.com/Soulter/QQChannelChatGPT/wiki - +- 逆向ChatGPT +- 官方ChatGPT API +- Bing +- ... + -> 关于token:token就相当于是AI中的单词数(但是不等于单词数),`text-davinci-003`模型中最大可以支持`4097`个token。在发送信息时,这个机器人会将用户的历史聊天记录打包发送给ChatGPT,因此,`token`也会相应的累加,为了保证聊天的上下文的逻辑性,就有了缓存token。 + ### 🛠️ 插件支持 @@ -110,8 +107,8 @@ _✨欢迎体验(频道名: GPT机器人 | 频道号: x42d56aki2) | QQ群号 - `BiliMonitor`: https://github.com/Soulter/BiliMonitor | 订阅B站动态! - -### 指令功能 + ## 📰使用方法: -**详细部署教程链接**https://soulter.top/posts/qpdg.html - -**Windows用户推荐Windows一键安装,请前往Release下载最新版本(Beta)** -有报错请先看issue,解决不了再在频道内反馈。 +使用文档:https://soulter.top/posts/qpdg.html +**Windows用户可以使用启动器一键安装,请前往Release下载最新版本(Beta)** + - -## 感谢 +## 🙇‍感谢 本项目使用了一下项目: [ChatGPT by acheong08](https://github.com/acheong08/ChatGPT) @@ -174,7 +168,12 @@ pip install -r requirements.txt [nakuru-project by Lxns-Network](https://github.com/Lxns-Network/nakuru-project) + ## ⚙配置文件说明: ```yaml # 如果你不知道怎么部署,请查看https://github.com/Soulter/QQChannelChatGPT/wiki From 5156f0584aec42e7ca1ea55f3bc27e4078f43c5c Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Mon, 12 Jun 2023 08:30:03 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 369e1ceaf..84de2e170 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ QQChannelChatGPT -[![Language](https://img.shields.io/badge/language-python-green.svg?style=plastic)](https://www.python.org/) + _✨基于go-cq和官方QQ频道SDK的机器人项目。支持ChatGPT、NewBing等大模型。一次部署,同时使用✨_ @@ -12,7 +12,7 @@ _✨部署文档: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 ✨_ -_✨欢迎体验 | **QQ群号:322154837** | 频道号: x42d56aki2)✨_ +_✨欢迎体验 | **QQ群号:322154837** )✨_ From a395902184187c80ae8fef65672e2660f89ca490 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Mon, 12 Jun 2023 08:30:58 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84de2e170..1afaf8fad 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ _✨部署文档: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 ✨_ -_✨欢迎体验 | **QQ群号:322154837** )✨_ +_✨欢迎体验 | **QQ群号:322154837** ✨_ @@ -139,7 +139,7 @@ _✨欢迎体验 | **QQ群号:322154837** )✨_ ## 📰使用方法: -使用文档:https://soulter.top/posts/qpdg.html +使用文档:https://github.com/Soulter/QQChannelChatGPT/wiki **Windows用户可以使用启动器一键安装,请前往Release下载最新版本(Beta)**