Add STORE_MODEL_IN_DB to LiteLLM environment variables (#7440)

This commit is contained in:
Andras Bacsai 2025-12-15 15:48:32 +01:00 committed by GitHub
commit ed64761caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,7 @@ services:
- ANTHROPIC_API_BASE=${ANTHROPIC_API_BASE}
- VOYAGE_API_KEY=${VOYAGE_API_KEY}
- VOYAGE_API_BASE=${VOYAGE_API_BASE}
- STORE_MODEL_IN_DB=${STORE_MODEL_IN_DB}
volumes:
- type: bind
source: ./litellm-config.yaml