dev.sh 85 B

12
  1. PORT="${PORT:-8080}"
  2. uvicorn open_webui.main:app --port $PORT --host 0.0.0.0 --reload