From 1070f92ecf868dc928b164331d20f5c85ce1ae3e Mon Sep 17 00:00:00 2001 From: foxplaying <166147707+foxplaying@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:40:02 +0800 Subject: [PATCH] Update model_config_template.toml --- template/model_config_template.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/template/model_config_template.toml b/template/model_config_template.toml index c97a6579..de2fcec3 100644 --- a/template/model_config_template.toml +++ b/template/model_config_template.toml @@ -120,6 +120,7 @@ max_tokens = 800 [model_task_config.vlm] # 图像识别模型 model_list = ["qwen2.5-vl-72b"] +img_tokens = 300 # 图片token配置 max_tokens = 800 [model_task_config.voice] # 语音识别模型