Update Dockerfile

fix
This commit is contained in:
Silentoplayz 2024-04-30 20:05:11 +00:00 committed by GitHub
parent 563377a58a
commit b2020383dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ ENV OPENAI_API_KEY="" \
# Use locally bundled version of the LiteLLM cost map json
# to avoid repetitive startup connections
ENV LITELLM_LOCAL_MODEL_COST_MAP="true"
ENV LITELLM_LOCAL_MODEL_COST_MAP="True"
#### Other models #########################################################