"vscode:/vscode.git/clone" did not exist on "83b7542d43d8be85aec42579d84c315002b9ea4d"
.env.example 299 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
12
# DO NOT TRACK
SCARF_NO_ANALYTICS=true
DO_NOT_TRACK=true