diff --git a/website/static/plugins.json b/website/static/plugins.json index ddc762eb..2a0a930a 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6940,5 +6940,26 @@ "is_official": false, "type": "application", "supported_adapters": ["nonebot.adapters.onebot.v11"] + }, + { + "module_name": "nonebot_plugin_talk_with_poe_ai", + "project_link": "nonebot-plugin-talk-with-poe-ai", + "name": "talk with poe ai", + "desc": "Nonebot2 基于poe cookie登录AI聊天插件", + "author": "nikissXI", + "homepage": "https://github.com/nikissXI/nonebot_plugins/tree/main/nonebot_plugin_talk_with_poe_ai", + "tags": [ + { + "label": "poe", + "color": "#cd52ea" + }, + { + "label": "ai", + "color": "#cd52ea" + } + ], + "is_official": false, + "type": "application", + "supported_adapters": ["nonebot.adapters.onebot.v11"] } ]