.env.example 326 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
Timothy J. Baek's avatar
Timothy J. Baek committed
13
ANONYMIZED_TELEMETRY=false