2023-12-05 15:17:51 +08:00
|
|
|
# Ollama URL for the backend to connect
|
2024-03-07 03:44:00 +08:00
|
|
|
# The path '/ollama' will be redirected to the specified backend URL
|
|
|
|
OLLAMA_BASE_URL='http://localhost:11434'
|
2024-01-05 10:38:03 +08:00
|
|
|
|
|
|
|
OPENAI_API_BASE_URL=''
|
2024-02-10 10:11:01 +08:00
|
|
|
OPENAI_API_KEY=''
|
|
|
|
|
2024-02-22 10:36:40 +08:00
|
|
|
# AUTOMATIC1111_BASE_URL="http://localhost:7860"
|
|
|
|
|
2024-02-10 10:11:01 +08:00
|
|
|
# DO NOT TRACK
|
|
|
|
SCARF_NO_ANALYTICS=true
|
2024-04-06 06:27:31 +08:00
|
|
|
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"
|