feat(maizone): 新增独立的maizone模型配置

为maizone功能添加了专属的模型任务配置`maizone`,使其可以与默认的回复模型`replyer_1`使用不同的模型和参数。

- 在`ModelTaskConfig`中增加了`maizone`字段。
- 将`maizone_refactored`插件的默认模型从`replyer_1`修改为`maizone`。
- 在配置文件模板中添加了`[model_task_config.maizone]`的默认配置。
This commit is contained in:
minecraft1024a
2025-08-17 14:52:06 +08:00
committed by Windpicker-owo
parent 91c0e31548
commit cd9c46333c
3 changed files with 13 additions and 2 deletions

View File

@@ -111,6 +111,12 @@ class ModelTaskConfig(ConfigBase):
replyer: TaskConfig
"""normal_chat首要回复模型模型配置"""
replyer_2: TaskConfig
"""normal_chat次要回复模型配置"""
maizone : TaskConfig
"""maizone专用模型"""
emotion: TaskConfig
"""情绪模型配置"""