From 5d82a4c0b9d56dfec9d9620e4debe9ba569acab2 Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Fri, 5 Dec 2025 18:28:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9vllm=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_test.yaml b/config/config_test.yaml index 2d099ac..0fd9f40 100644 --- a/config/config_test.yaml +++ b/config/config_test.yaml @@ -14,7 +14,7 @@ ollama: format: "json" vllm: - base_url: "http://127.0.0.1:8001/v1" + base_url: "http://host.docker.internal:8001/v1" vl_model: "models/Qwen2.5-VL-3B-Instruct-AWQ" timeout: "120s" level: "info"