From 835ea2435191606a2e5f30c04039fe469d6489b0 Mon Sep 17 00:00:00 2001 From: Windpicker-owo <3431391539@qq.com> Date: Thu, 17 Jul 2025 15:01:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86config=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/official_configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/official_configs.py b/src/config/official_configs.py index c3ce1aba2..68d9468e1 100644 --- a/src/config/official_configs.py +++ b/src/config/official_configs.py @@ -631,7 +631,7 @@ class ModelConfig(ConfigBase): """视觉语言模型配置""" voice: dict[str, Any] = field(default_factory=lambda: {}) - """视觉语言模型配置""" + """语音识别模型配置""" tool_use: dict[str, Any] = field(default_factory=lambda: {}) """专注工具使用模型配置"""