fix: 修改vllm地址

This commit is contained in:
fuzhongyun 2025-12-05 18:28:34 +08:00
parent 5a44253d6d
commit 5d82a4c0b9
1 changed files with 1 additions and 1 deletions

View File

@ -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"