mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 22:59:53 +00:00
移动使用文档位置,添加小棉插件开关配置项
This commit is contained in:
3
nonebot_plugin_marshoai/config.py
Executable file → Normal file
3
nonebot_plugin_marshoai/config.py
Executable file → Normal 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 = []
|
||||
|
Reference in New Issue
Block a user