Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jscheah/open-webui
Dr-Newtons
/
ai
like
1
Runtime error
App
Files
Files
Community
main
ai
/
backend
/
dev.sh
github-actions[bot]
GitHub deploy: 0ebd943bc86391a73b415de0395bdc7dd6bf22a6
d13169e
11 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
111 Bytes
PORT=
"
${PORT:-8080}
"
uvicorn open_webui.main:app --port
$PORT
--host 0.0.0.0 --forwarded-allow-ips
'*'
--reload