From 9b926048ca9fdd879452e90ff6aab564eb53eacf Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Fri, 11 Aug 2023 02:35:43 +0800 Subject: [PATCH 1/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 397ba3a30..cb8cae022 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,8 @@ 部分好用的插件: -- `HuggingChat`: https://github.com/Soulter/HuggingChatForQQBot | HuggingChat模型接入 - +- `LLMS`: https://github.com/Soulter/LLMS | Claude, HuggingChat 大语言模型接入。 + - `GoodPlugins`: https://github.com/Soulter/goodplugins | 随机动漫图片、搜番、喜报生成器等等 - `sysstat`: https://github.com/Soulter/sysstatqcbot | 查看系统状态 From 6d2ded1c6c1f2ad772218304eacdbb48f6170d4e Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Fri, 11 Aug 2023 02:37:03 +0800 Subject: [PATCH 2/6] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb8cae022..805f7617f 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-cq和官方QQ频道SDK的机器人项目。支持ChatGPT、NewBing等大模型。一次部署,同时使用 +基于go-cqhttp和官方QQ频道SDK的QQ机器人项目。支持ChatGPT、Claude、HuggingChat大模型。一次部署,同时使用。 部署文档:https://github.com/Soulter/QQChannelChatGPT/wiki @@ -21,6 +21,7 @@ ## 🧩功能: 近期新功能: +- 接入Claude、HuggingChat。 - 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 - 热更新 @@ -99,7 +100,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 -部分好用的插件: +部分公开的插件: - `LLMS`: https://github.com/Soulter/LLMS | Claude, HuggingChat 大语言模型接入。 From 34bdceb41b77d8fc88a950f02714c5f364b2f690 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Fri, 11 Aug 2023 02:38:44 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 805f7617f..cce02e8e8 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,11 @@ - 接入QQ,支持在QQ上和QQ频道上同时聊天!https://github.com/Soulter/QQChannelChatGPT/issues/82 - Windows启动器。链接:https://github.com/Soulter/QQChatGPTLauncher/releases/latest -支持的AI语言模型(请在`configs/config.yaml`下配置): +支持的AI语言模型: - 逆向ChatGPT - 官方ChatGPT API +- Claude +- HuggingChat - Bing **暂时不可用** - ...