From b3f73267cadedb1a23643ce8b01bf28516ebac5a Mon Sep 17 00:00:00 2001 From: foxplaying <166147707+foxplaying@users.noreply.github.com> Date: Fri, 17 Oct 2025 19:46:45 +0800 Subject: [PATCH] Update model_config_template.toml --- template/model_config_template.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/model_config_template.toml b/template/model_config_template.toml index c97a6579..e5bc8759 100644 --- a/template/model_config_template.toml +++ b/template/model_config_template.toml @@ -1,5 +1,5 @@ [inner] -version = "1.7.4" +version = "1.7.5" # 配置文件版本号迭代规则同bot_config.toml @@ -120,6 +120,7 @@ max_tokens = 800 [model_task_config.vlm] # 图像识别模型 model_list = ["qwen2.5-vl-72b"] +img_tokens = 300 max_tokens = 800 [model_task_config.voice] # 语音识别模型