forked from open-webui/open-webui
Use locally bundled version of the LiteLLM cost map json
Intended to avoid repetitive startup connections by setting `LITELLM_LOCAL_MODEL_COST_MAP="True"`
This commit is contained in:
parent
7a7d1931d9
commit
802eb3beec
2 changed files with 9 additions and 1 deletions
|
@ -9,4 +9,8 @@ OPENAI_API_KEY=''
|
|||
|
||||
# DO NOT TRACK
|
||||
SCARF_NO_ANALYTICS=true
|
||||
DO_NOT_TRACK=true
|
||||
DO_NOT_TRACK=true
|
||||
|
||||
# Use locally bundled version of the LiteLLM cost map json
|
||||
# to avoid repetitive startup connections
|
||||
LITELLM_LOCAL_MODEL_COST_MAP="True"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue