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 } ]