open-webui / backend /dev.sh
github-actions[bot]
GitHub deploy: af02708b4c83ed6fdab5620520990642d34a137e
fd567e7
Raw
History Blame Contribute Delete
111 Bytes
PORT="${PORT:-8080}"
uvicorn open_webui.main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload