From 89f3496a2a09c12cca74eb8890ae0a74e074c524 Mon Sep 17 00:00:00 2001 From: A-kirami Date: Mon, 5 Dec 2022 08:33:15 +0000 Subject: [PATCH] :beers: publish plugin ChatGPT (#1438) --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 8dabd89b..1b9e5a52 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3485,5 +3485,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_chatgpt", + "project_link": "nonebot-plugin-chatgpt", + "name": "ChatGPT", + "desc": "AI 聊天对话", + "author": "A-kirami", + "homepage": "https://github.com/A-kirami/nonebot-plugin-chatgpt", + "tags": [], + "is_official": false } ]