beea/open-webui
0
1# Ollama URL for the backend to connect2# The path '/ollama' will be redirected to the specified backend URL3OLLAMA_BASE_URL='http://localhost:11434'4 5OPENAI_API_BASE_URL=''6OPENAI_API_KEY=''7 8# AUTOMATIC1111_BASE_URL="http://localhost:7860"9 10# DO NOT TRACK11SCARF_NO_ANALYTICS=true12DO_NOT_TRACK=true13ANONYMIZED_TELEMETRY=false