This commit is contained in:
@@ -8,8 +8,8 @@ WORKDIR /app
|
||||
ENV PYTHONPATH=/app
|
||||
|
||||
# llama.cpp 服务配置(本地部署标准端口)
|
||||
ENV VLLM_BASE_URL=http://localhost:8081/v1
|
||||
ENV VLLM_EMBEDDING_URL=http://localhost:8082/v1
|
||||
ENV VLLM_BASE_URL=http://host.docker.internal:18000/v1
|
||||
ENV LLAMACPP_EMBEDDING_URL=http://host.docker.internal:18001/v1
|
||||
|
||||
# Mem0 记忆层配置
|
||||
ENV QDRANT_COLLECTION_NAME=mem0_user_memories
|
||||
|
||||
Reference in New Issue
Block a user