From 9aa55d18642affff8cfd5182f19bf44d0e447e78 Mon Sep 17 00:00:00 2001 From: SanJerry007 Date: Sat, 8 Mar 2025 12:27:27 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20ChatGPT=20(OpenAI?= =?UTF-8?q?=20API=20=E6=8E=A5=E5=8F=A3=E7=89=88)=20(#3339)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/plugins.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index c9fbf26d..a5975409 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -8448,4 +8448,24 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_chatgpt_api", + "project_link": "nonebot-plugin-chatgpt-api", + "author_id": 66420814, + "tags": [ + { + "label": "ChatGPT", + "color": "#000000" + }, + { + "label": "DeepSeek", + "color": "#4d6bfe" + }, + { + "label": "OpenAI", + "color": "#01a47e" + } + ], + "is_official": false + }, ]