open-webui/example.env

10 lines
352 B
Bash
Raw Normal View History

2023-12-05 07:01:49 +00:00
# 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)
# must be defined, but defaults to 'http://{location.hostname}:11434/api'
# can also use path, such as '/api'
2023-12-05 07:01:49 +00:00
# PUBLIC_API_BASE_URL=''
2023-12-05 07:01:49 +00:00
OLLAMA_API_BASE_URL='http://localhost:11434/api'