From f0dc00f2074e7e3ebbf370430a58e46a2a6f3ad2 Mon Sep 17 00:00:00 2001 From: Lukas <20421914+lumoe@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:24:43 +0100 Subject: [PATCH] Add STORE_MODEL_IN_DB to env variables --- templates/compose/litellm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/compose/litellm.yaml b/templates/compose/litellm.yaml index 388541519..9fd0a234b 100644 --- a/templates/compose/litellm.yaml +++ b/templates/compose/litellm.yaml @@ -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