mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
2 lines
No EOL
85 B
Bash
Executable file
2 lines
No EOL
85 B
Bash
Executable file
PORT="${PORT:-8080}"
|
|
uvicorn open_webui.main:app --port $PORT --host 0.0.0.0 --reload |