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