Add STORE_MODEL_IN_DB to env variables
This commit is contained in:
parent
6fe4ebeb7e
commit
f0dc00f207
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ services:
|
||||||
- ANTHROPIC_API_BASE=${ANTHROPIC_API_BASE}
|
- ANTHROPIC_API_BASE=${ANTHROPIC_API_BASE}
|
||||||
- VOYAGE_API_KEY=${VOYAGE_API_KEY}
|
- VOYAGE_API_KEY=${VOYAGE_API_KEY}
|
||||||
- VOYAGE_API_BASE=${VOYAGE_API_BASE}
|
- VOYAGE_API_BASE=${VOYAGE_API_BASE}
|
||||||
|
- STORE_MODEL_IN_DB=${STORE_MODEL_IN_DB}
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ./litellm-config.yaml
|
source: ./litellm-config.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue