Compare commits

..

2 commits

Author SHA1 Message Date
4bfcaf3a61 🔖 bump llmchat version 0.3.0
Some checks failed
Pyright Lint / Pyright Lint (push) Has been cancelled
Ruff Lint / Ruff Lint (push) Has been cancelled
2025-09-09 10:06:41 +08:00
909026bf6b 更新metadata,增加对Nano Banana(生图模型)的支持说明 2025-09-09 10:03:24 +08:00
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ if TYPE_CHECKING:
__plugin_meta__ = PluginMetadata(
name="llmchat",
description="支持多API预设、MCP协议、联网搜索、视觉模型的AI群聊插件",
description="支持多API预设、MCP协议、联网搜索、视觉模型、Nano Banana生图模型的AI群聊插件",
usage="""@机器人 + 消息 开启对话""",
type="application",
homepage="https://github.com/FuQuan233/nonebot-plugin-llmchat",

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-llmchat"
version = "0.2.5"
version = "0.3.0"
description = "Nonebot AI group chat plugin supporting multiple API preset configurations"
license = "GPL"
authors = ["FuQuan i@fuquan.moe"]