example.env 352 Bytes
Newer Older
Timothy Jaeryang Baek's avatar
Timothy Jaeryang Baek committed
1
2
3
4
# If serving with the backend (Recommended)
PUBLIC_API_BASE_URL='/ollama/api'

# Comment above and Uncomment below if you're serving only the frontend (Not supported)
5
6
# must be defined, but defaults to 'http://{location.hostname}:11434/api'
# can also use path, such as '/api'
Timothy Jaeryang Baek's avatar
Timothy Jaeryang Baek committed
7
# PUBLIC_API_BASE_URL=''
8

Timothy Jaeryang Baek's avatar
Timothy Jaeryang Baek committed
9
OLLAMA_API_BASE_URL='http://localhost:11434/api'