From d616354d66c5cba5474d87811d26ce6e8f5fa325 Mon Sep 17 00:00:00 2001 From: Billy Bao Date: Wed, 22 Oct 2025 19:52:37 +0800 Subject: [PATCH] Fix: model parameter (#10730) ### What problem does this PR solve? Fix: fix model parameter #10729 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- conf/llm_factories.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index fee97eaf1..75b55ad58 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -2987,7 +2987,7 @@ "tags": "LLM,CHAT,IMAGE2TEXT,32k", "max_tokens": 32000, "model_type": "image2text", - "is_tools": true + "is_tools": false }, { "llm_name": "THUDM/GLM-Z1-32B-0414",