open-webui/backend/start.sh
2024-01-03 15:56:11 -08:00

3 lines
91 B
Bash
Executable file

#!/usr/bin/env bash
uvicorn main:app --host 0.0.0.0 --port 8080 --forwarded-allow-ips '*'