open-webui/backend/dev.sh

2 lines
100 B
Bash
Raw Permalink Normal View History

2024-01-13 04:38:30 +01:00
PORT="${PORT:-8080}"
uvicorn main:app --port $PORT --host 0.0.0.0 --forwarded-allow-ips '*' --reload