mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-01 20:44:00 -04:00
2 lines
100 B
Bash
Executable File
2 lines
100 B
Bash
Executable File
PORT="${PORT:-9099}"
|
|
uvicorn main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload |