From c4bfe3a82394e96bd39293ac4dcc66cf5ecfde1f Mon Sep 17 00:00:00 2001 From: Alpaca4610 Date: Fri, 10 Mar 2023 07:55:02 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20ChatGPT=E5=AE=98?= =?UTF-8?q?=E6=96=B9=E6=8E=A5=E5=8F=A3=E7=89=88=20(#1766)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 0baa240c..847f8de6 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4665,5 +4665,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_chatgpt_turbo", + "project_link": "nonebot-plugin-chatgpt-turbo", + "name": "ChatGPT官方接口版", + "desc": "适配新版OpenAI API的nonebot插件,可以调用官方稳定版ChatGPT进行回复", + "author": "Alpaca4610", + "homepage": "https://github.com/Alpaca4610/nonebot_plugin_chatgpt_turbo", + "tags": [ + { + "label": "ChatGPT", + "color": "#ea5252" + }, + { + "label": "OpenAI", + "color": "#52ea92" + } + ], + "is_official": false } ]