open-webui/backend/start.sh

1 line
69 B
Bash
Raw Normal View History

2023-12-28 18:52:30 +01:00
uvicorn main:app --host 0.0.0.0 --port 8080 --forwarded-allow-ips '*'