From 7f925536b5abb941da826e4a8fcdb500270f55d8 Mon Sep 17 00:00:00 2001 From: nikissXI Date: Wed, 12 Apr 2023 00:46:01 +0800 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E4=B8=8EChatGpt?= =?UTF-8?q?=E8=81=8A=E5=A4=A9=20(#1916)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 3a19751c..51ecf034 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5287,5 +5287,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_talk_with_chatgpt", + "project_link": "nonebot-plugin-talk-with-chatgpt", + "name": "与ChatGpt聊天", + "desc": "基于accessToken登录的chatgpt聊天插件", + "author": "nikissXI", + "homepage": "https://github.com/nikissXI/nonebot_plugins/tree/main/nonebot_plugin_talk_with_chatgpt", + "tags": [ + { + "label": "chatgpt", + "color": "#1a834e" + } + ], + "is_official": false } ]