fix: litellm compose

This commit is contained in:
2025-11-28 08:14:13 +01:00
parent 608b5ba793
commit f4dd7c7d9d

View File

@@ -102,7 +102,6 @@ services:
LITELLM_MASTER_KEY: ${AI_LITELLM_API_KEY}
DATABASE_URL: postgresql://${AI_DB_USER}:${AI_DB_PASSWORD}@ai_postgres:5432/litellm
GPU_VLLM_LLAMA_URL: ${GPU_VLLM_LLAMA_URL}
GPU_VLLM_EMBED_URL: ${GPU_VLLM_EMBED_URL}
# LITELLM_DROP_PARAMS: 'true' # DISABLED: Was breaking streaming
NO_DOCS: "true"
NO_REDOC: "true"