移动使用文档位置,添加小棉插件开关配置项

This commit is contained in:
2024-12-16 01:31:42 +08:00
parent 11d5af1144
commit 86f0e395f3
9 changed files with 188 additions and 306 deletions

3
nonebot_plugin_marshoai/config.py Executable file → Normal file
View File

@ -36,7 +36,8 @@ class ConfigModel(BaseModel):
marshoai_enable_support_image_tip: bool = True
marshoai_enable_praises: bool = True
marshoai_enable_time_prompt: bool = True
marshoai_enable_tools: bool = True
marshoai_enable_tools: bool = False
marshoai_enable_plugins: bool = True
marshoai_load_builtin_tools: bool = True
marshoai_toolset_dir: list = []
marshoai_disabled_toolkits: list = []