mirror of
https://github.com/open-webui/pipelines
synced 2025-05-10 15:40:55 +00: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 |