Unverified Commit b2020383 authored by Silentoplayz's avatar Silentoplayz Committed by GitHub
Browse files

Update Dockerfile

fix
parent 563377a5
...@@ -56,7 +56,7 @@ ENV OPENAI_API_KEY="" \ ...@@ -56,7 +56,7 @@ ENV OPENAI_API_KEY="" \
# Use locally bundled version of the LiteLLM cost map json # Use locally bundled version of the LiteLLM cost map json
# to avoid repetitive startup connections # to avoid repetitive startup connections
ENV LITELLM_LOCAL_MODEL_COST_MAP="true" ENV LITELLM_LOCAL_MODEL_COST_MAP="True"
#### Other models ######################################################### #### Other models #########################################################
...@@ -134,4 +134,4 @@ COPY ./backend . ...@@ -134,4 +134,4 @@ COPY ./backend .
EXPOSE 8080 EXPOSE 8080
CMD [ "bash", "start.sh"] CMD [ "bash", "start.sh"]
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment