This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
open-webui
mirror of
https://github.com/open-webui/open-webui
Watch
1
Star
0
Fork
You've already forked open-webui
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5a6ece9513
open-webui
/
backend
/
dev.sh
2 lines
100 B
Bash
Executable File
Raw
Blame
History
PORT
=
"
${
PORT
:-
8080
}
"
uvicorn main:app --port
$PORT
--host 0.0.0.0 --forwarded-allow-ips
'*'
--reload
Reference in New Issue
View Git Blame
Copy Permalink