From 45bd4252bf65082554e36e22189ea8f2a1846623 Mon Sep 17 00:00:00 2001 From: nek0us Date: Thu, 1 Feb 2024 10:32:57 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20ChatGPT=20?= =?UTF-8?q?=E8=81=8A=E5=A4=A9=20(#2555)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 348c49a3..9cea71af 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5493,5 +5493,17 @@ "author": "lengmianzz", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_gpt", + "project_link": "nonebot-plugin-gpt", + "author": "nek0us", + "tags": [ + { + "label": "ChatGPT", + "color": "#50ec9d" + } + ], + "is_official": false } ]