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

OPENAI_API_BASE_URL=''
6
7
8
9
10
OPENAI_API_KEY=''

# DO NOT TRACK
SCARF_NO_ANALYTICS=true
DO_NOT_TRACK=true