diff --git a/ai/compose.yaml b/ai/compose.yaml index 512bb00..4509061 100644 --- a/ai/compose.yaml +++ b/ai/compose.yaml @@ -99,7 +99,8 @@ services: LITELLM_MASTER_KEY: ${AI_LITELLM_API_KEY} DATABASE_URL: postgresql://${AI_DB_USER}:${AI_DB_PASSWORD}@ai_postgres:5432/litellm LITELLM_DROP_PARAMS: 'true' - DISABLE_SWAGGER_UI: 'true' + NO_DOCS: 'true' + NO_REDOC: 'true' volumes: - ./litellm-config.yaml:/app/litellm-config.yaml:ro command: