From 5a4464f33830013dbcc0b2ad63e245b8072a783f Mon Sep 17 00:00:00 2001 From: nikissXI Date: Fri, 6 Oct 2023 11:04:38 +0800 Subject: [PATCH] :beers: publish plugin talk with eop ai (#2396) --- assets/plugins.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index beb9c22f..64aa5749 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5126,5 +5126,25 @@ "author": "zhuhiki", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_eop_ai", + "project_link": "nonebot-plugin-eop-ai", + "author": "nikissXI", + "tags": [ + { + "label": "POE", + "color": "#bf40bf" + }, + { + "label": "GPT", + "color": "#aaff00" + }, + { + "label": "AI", + "color": "#fa5f55" + } + ], + "is_official": false } ]