- pyproject 注册 nonebot_plugin_wtfllm 插件 - 新增 wtfllm_gate 插件:仅在群 621016172 启用 wtfllm 响应 - 新增 kb_build:抓取 danding.vip 文档并导入 wtfllm 知识库的脚本 - requirements: 升级 nonebot2 2.5.0 / pydantic 2.13.5,补 aiohttp 与 wtfllm 依赖
15 lines
384 B
TOML
15 lines
384 B
TOML
[project]
|
|
name = "danding-bot"
|
|
version = "0.1.0"
|
|
description = "danding-bot"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9, <4.0"
|
|
|
|
[tool.nonebot]
|
|
adapters = [
|
|
{ name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11" }
|
|
]
|
|
plugins = ["nonebot_plugin_withdraw", "nonebot_plugin_saa", "nonebot_plugin_wtfllm"]
|
|
plugin_dirs = ["danding_bot/plugins"]
|
|
builtin_plugins = ["echo"]
|