From 0091a036531fa706a0f7e1ccd904e7bc17b2fa7e Mon Sep 17 00:00:00 2001 From: AkashiCoin Date: Fri, 31 Mar 2023 03:05:00 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20ChatGPT=E7=BD=91?= =?UTF-8?q?=E9=A1=B5=E7=AB=AFAPI=20(#1864)?= 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 f3ed91ec..6927ff9c 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5045,5 +5045,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_chatgpt_plus", + "project_link": "nonebot-plugin-chatgpt-plus", + "name": "ChatGPT网页端API", + "desc": "免费、无限使用ChatGPT,PLUS账号可使用ChatGPT4.0,绕过ChatGPT的Cloudflare盾来使用免费网页端ChatGPT", + "author": "AkashiCoin", + "homepage": "https://github.com/AkashiCoin/nonebot-plugin-chatgpt-plus", + "tags": [ + { + "label": "ChatGPT", + "color": "#ea5252" + }, + { + "label": "GPT4", + "color": "#2ecf57" + } + ], + "is_official": false } ]