From e8ef4735ea19aad75aebf8dfe73f76ea12f4bdf0 Mon Sep 17 00:00:00 2001 From: syagina Date: Sun, 16 Jun 2024 12:12:16 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E5=A4=9A=E6=A8=A1?= =?UTF-8?q?=E6=80=81AI=E5=B7=A5=E5=85=B7=20(#2754)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/plugins.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 06e68a90..4c335117 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6238,5 +6238,25 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_multigpt", + "project_link": "nonebot-plugin-multigpt", + "author": "syagina", + "tags": [ + { + "label": "GPT", + "color": "#52d7ea" + }, + { + "label": "PPT", + "color": "#ea52c7" + }, + { + "label": "多模", + "color": "#eac252" + } + ], + "is_official": false } ]