Files
open-webui/backend/dev.sh
T

1 line
78 B
Bash

uvicorn main:app --port 8080 --host 0.0.0.0 --forwarded-allow-ips '*' --reload