From e5de8c80534ec9f7989d93323bc96925870d66dc Mon Sep 17 00:00:00 2001 From: QNLanYang Date: Thu, 23 Mar 2023 02:27:40 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20ChatGLM-6B=20API?= =?UTF-8?q?=E7=89=88=20(#1833)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 3d6aa5a7..9b8b8050 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4935,5 +4935,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_chatglm6b", + "project_link": "nonebot-plugin-chatglm6b", + "name": "ChatGLM-6B API版", + "desc": "通过ChatGLM-6B API来和已经部署好的ChatGLM对话", + "author": "QNLanYang", + "homepage": "https://github.com/QNLanYang/nonebot_plugin_ChatGLM6B", + "tags": [ + { + "label": "t:ChatGLM", + "color": "#52d6ea" + }, + { + "label": "AI Chat", + "color": "#8e52ea" + } + ], + "is_official": false } ]