mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2026-02-05 03:28:05 +00:00
Compare commits
2 commits
14fbe3cb3c
...
4bfcaf3a61
| Author | SHA1 | Date | |
|---|---|---|---|
| 4bfcaf3a61 | |||
| 909026bf6b |
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ if TYPE_CHECKING:
|
||||||
|
|
||||||
__plugin_meta__ = PluginMetadata(
|
__plugin_meta__ = PluginMetadata(
|
||||||
name="llmchat",
|
name="llmchat",
|
||||||
description="支持多API预设、MCP协议、联网搜索、视觉模型的AI群聊插件",
|
description="支持多API预设、MCP协议、联网搜索、视觉模型、Nano Banana(生图模型)的AI群聊插件",
|
||||||
usage="""@机器人 + 消息 开启对话""",
|
usage="""@机器人 + 消息 开启对话""",
|
||||||
type="application",
|
type="application",
|
||||||
homepage="https://github.com/FuQuan233/nonebot-plugin-llmchat",
|
homepage="https://github.com/FuQuan233/nonebot-plugin-llmchat",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "nonebot-plugin-llmchat"
|
name = "nonebot-plugin-llmchat"
|
||||||
version = "0.2.5"
|
version = "0.3.0"
|
||||||
description = "Nonebot AI group chat plugin supporting multiple API preset configurations"
|
description = "Nonebot AI group chat plugin supporting multiple API preset configurations"
|
||||||
license = "GPL"
|
license = "GPL"
|
||||||
authors = ["FuQuan i@fuquan.moe"]
|
authors = ["FuQuan i@fuquan.moe"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue