From 26539bf2b1f5a6325291aca5c40ed88565109df2 Mon Sep 17 00:00:00 2001 From: Alpaca4610 Date: Fri, 11 Aug 2023 23:29:30 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E7=A7=91=E5=A4=A7?= =?UTF-8?q?=E8=AE=AF=E9=A3=9E=E6=98=9F=E7=81=AB=E5=A4=A7=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E8=81=8A=E5=A4=A9=20(#2257)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index c6b89b9b..142e4630 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -7058,5 +7058,26 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_xinghuo_api", + "project_link": "nonebot-plugin-xinghuo-api", + "name": "科大讯飞星火大模型聊天", + "desc": "Nonebot框架下的科大讯飞星火大模型聊天插件", + "author": "Alpaca4610", + "homepage": "https://github.com/Alpaca4610/nonebot-plugin-xinghuo-api", + "tags": [ + { + "label": "AI", + "color": "#ea5252" + }, + { + "label": "Chat", + "color": "#ea5252" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]