ai / backend /dev.sh
github-actions[bot]
GitHub deploy: 0d5f7ef7c64611e6a92d55b3ce1bc9b1d7f8945a
f59253c
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