From 6a164c99619e253b38d1b694345ebc3ac8df511e Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Tue, 15 Aug 2023 15:35:23 +0800 Subject: [PATCH 1/7] Update README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 356c7aaf7..c6f6c2985 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![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-cqhttp和官方QQ频道SDK的QQ机器人项目。支持ChatGPT、Claude、HuggingChat大模型。一次部署,同时使用。 +基于go-cqhttp和官方QQ频道SDK的QQ机器人项目。支持ChatGPT、Claude、HuggingChat、Bard大模型。一次部署,同时使用。 部署文档:https://github.com/Soulter/QQChannelChatGPT/wiki @@ -28,12 +28,16 @@ - 接入QQ,支持在QQ上和QQ频道上同时聊天!https://github.com/Soulter/QQChannelChatGPT/issues/82 - Windows启动器。链接:https://github.com/Soulter/QQChatGPTLauncher/releases/latest -支持的AI语言模型: -- 逆向ChatGPT -- 官方ChatGPT API -- Claude -- HuggingChat -- Bing +🌍支持的AI语言模型一览: +- OpenAI GPT-3模型(原生支持) +- OpenAI GPT-3.5模型(原生支持) +- OpenAI GPT-4模型(原生支持) +- ChatGPT网页版 GPT-3.5模型(免费,由[LLMs插件](https://github.com/Soulter/LLMS)支持) +- ChatGPT网页版 GPT-4模型(需订阅Plus账户,由[LLMs插件](https://github.com/Soulter/LLMS)支持) +- Claude模型(免费,由[LLMs插件](https://github.com/Soulter/LLMS)支持) +- HuggingChat模型(免费,由[LLMs插件](https://github.com/Soulter/LLMS)支持) +- Google Bard(免费,由[LLMs插件](https://github.com/Soulter/LLMS)支持) +- Bing(免费,由[LLMs插件](https://github.com/Soulter/LLMS)支持) - ... -## 🧩功能: +## 🤔您可能想了解的 +- **如何部署?** [帮助文档](https://github.com/Soulter/QQChannelChatGPT/wiki) +- **go-cqhttp启动不成功?** [在这里搜索解决方法](https://github.com/Mrs4s/go-cqhttp/issues) +- **程序闪退/机器人启动不成功?** [提交issue或加群反馈](https://github.com/Soulter/QQChannelChatGPT/issues) +- **如何开启ChatGPT、Bard、Claude等语言模型?** [查看帮助](https://github.com/Soulter/QQChannelChatGPT/wiki/%E8%A1%A5%E5%85%85%EF%BC%9A%E5%A6%82%E4%BD%95%E5%BC%80%E5%90%AFChatGPT%E3%80%81Bard%E3%80%81Claude%E7%AD%89%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B%EF%BC%9F) +## 🧩功能: 🌍支持的AI语言模型一览: - OpenAI GPT-3模型(原生支持) From e37f84c1ae5a12ce0747fea03d43ccb3ffcd2e1b Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Tue, 15 Aug 2023 21:18:08 +0800 Subject: [PATCH 6/7] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f98ede61a..1e705784e 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,22 @@ ## 🧩功能: 🌍支持的AI语言模型一览: + +**文字模型** + - OpenAI GPT-3模型(原生支持) - OpenAI GPT-3.5模型(原生支持) - OpenAI GPT-4模型(原生支持) - ChatGPT网页版 GPT-3.5模型(免费,原生支持) - ChatGPT网页版 GPT-4模型(需订阅Plus账户,原生支持) - Bing(免费,原生支持) -- Claude模型(免费,由[LLMs插件](https://github.com/Soulter/LLMS)支持) -- HuggingChat模型(免费,由[LLMs插件](https://github.com/Soulter/LLMS)支持) -- Google Bard(免费,由[LLMs插件](https://github.com/Soulter/LLMS)支持) +- Claude模型(免费,由[LLMs插件](https://github.com/Soulter/llms)支持) +- HuggingChat模型(免费,由[LLMs插件](https://github.com/Soulter/llms)支持) +- Google Bard(免费,由[LLMs插件](https://github.com/Soulter/llms)支持) + +**图片生成** + +- NovelAI/Naifu (免费,由[aidraw插件](https://github.com/Soulter/aidraw)支持) 🌍机器人支持的能力一览: From d4882a8240574aecee754c1eb18243a761a74afd Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Tue, 15 Aug 2023 21:18:47 +0800 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e705784e..886271596 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ **图片生成** -- NovelAI/Naifu (免费,由[aidraw插件](https://github.com/Soulter/aidraw)支持) +- NovelAI/Naifu (免费,由[AIDraw插件](https://github.com/Soulter/aidraw)支持) 🌍机器人支持的能力一览: