Add STORE_MODEL_IN_DB to env variables

This commit is contained in:
Lukas 2025-12-01 16:24:43 +01:00
parent 6fe4ebeb7e
commit f0dc00f207

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