Fix ChatQnA port to internal vllm port (#1763)

Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
This commit is contained in:
XinyaoWa
2025-04-09 09:37:11 +08:00
committed by GitHub
parent 46ebb78aa3
commit 6917d5bdb1
10 changed files with 10 additions and 10 deletions

View File

@@ -107,7 +107,7 @@ services:
- RERANK_SERVER_HOST_IP=tei-reranking-service
- RERANK_SERVER_PORT=${RERANK_SERVER_PORT:-80}
- LLM_SERVER_HOST_IP=vllm-service
- LLM_SERVER_PORT=${LLM_SERVER_PORT:-80}
- LLM_SERVER_PORT=80
- LOGFLAG=${LOGFLAG}
- LLM_MODEL=${LLM_MODEL_ID}
ipc: host