.env.example 464 Bytes
Newer Older
Timothy J. Baek's avatar
Timothy J. Baek committed
1
# Ollama URL for the backend to connect
2
3
# The path '/ollama' will be redirected to the specified backend URL
OLLAMA_BASE_URL='http://localhost:11434'
4
5

OPENAI_API_BASE_URL=''
6
7
OPENAI_API_KEY=''

8
9
# AUTOMATIC1111_BASE_URL="http://localhost:7860"

10
11
# DO NOT TRACK
SCARF_NO_ANALYTICS=true
12
DO_NOT_TRACK=true
13
ANONYMIZED_TELEMETRY=false
14
15
16

# Use locally bundled version of the LiteLLM cost map json
# to avoid repetitive startup connections
17
LITELLM_LOCAL_MODEL_COST_MAP="true"