mirror of https://github.com/Mai-with-u/MaiBot.git
修改了config注释错误
parent
587aca4d18
commit
835ea24351
|
|
@ -631,7 +631,7 @@ class ModelConfig(ConfigBase):
|
|||
"""视觉语言模型配置"""
|
||||
|
||||
voice: dict[str, Any] = field(default_factory=lambda: {})
|
||||
"""视觉语言模型配置"""
|
||||
"""语音识别模型配置"""
|
||||
|
||||
tool_use: dict[str, Any] = field(default_factory=lambda: {})
|
||||
"""专注工具使用模型配置"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue