fix: 修改vllm地址
This commit is contained in:
parent
5a44253d6d
commit
5d82a4c0b9
|
|
@ -14,7 +14,7 @@ ollama:
|
||||||
format: "json"
|
format: "json"
|
||||||
|
|
||||||
vllm:
|
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"
|
vl_model: "models/Qwen2.5-VL-3B-Instruct-AWQ"
|
||||||
timeout: "120s"
|
timeout: "120s"
|
||||||
level: "info"
|
level: "info"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue