From f52608061155f33b9ba6e9d1be491638b58b45fa Mon Sep 17 00:00:00 2001 From: canxin121 Date: Tue, 9 May 2023 22:08:14 +0800 Subject: [PATCH] :beers: publish plugin Spark-GPT (#1996) --- website/static/plugins.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index c36a1388..f434e444 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5586,5 +5586,28 @@ "homepage": "https://github.com/AzideCupric/nonebot-plugin-penguin", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_spark_gpt", + "project_link": "nonebot-plugin-spark-gpt", + "name": "Spark-GPT", + "desc": "将多来源的gpt接入qq及更多平台,使用便捷,管理完善,功能强大", + "author": "canxin121", + "homepage": "https://github.com/canxin121/Spark-GPT", + "tags": [ + { + "label": "ChatGPT", + "color": "#52aeea" + }, + { + "label": "Claude", + "color": "#52aeea" + }, + { + "label": "Newbing", + "color": "#52aeea" + } + ], + "is_official": false } ]