修改了config注释错误

pull/1114/head
Windpicker-owo 2025-07-17 15:01:12 +08:00
parent 587aca4d18
commit 835ea24351
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ class ModelConfig(ConfigBase):
"""视觉语言模型配置"""
voice: dict[str, Any] = field(default_factory=lambda: {})
"""视觉语言模型配置"""
"""语音识别模型配置"""
tool_use: dict[str, Any] = field(default_factory=lambda: {})
"""专注工具使用模型配置"""