From 88ed4ff714939501e64132e6fba96dcab37aeaf6 Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Tue, 27 Jan 2026 17:13:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BA=BF=E4=B8=8A=E4=BD=BF=E7=94=A8olla?= =?UTF-8?q?ma=E4=BA=91=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index 6166634..dff34ce 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -5,9 +5,12 @@ server: ollama: base_url: "http://172.17.0.1:11434" - model: "qwen3:8b" - generate_model: "qwen3:8b" - mapping_model: "qwen3:8b" + # model: "qwen3:8b" + # generate_model: "qwen3:8b" + # mapping_model: "qwen3:8b" + model: "qwen3-coder:480b-cloud" + generate_model: "qwen3-coder:480b-cloud" + mapping_model: "deepseek-v3.2:cloud" vl_model: "qwen2.5vl:3b" timeout: "120s" level: "info"