mirror of
https://github.com/open-webui/open-webui
synced 2025-06-04 03:37:35 +00:00
Update __init__.py
This commit is contained in:
parent
07d8460126
commit
36b2052fb0
@ -76,7 +76,7 @@ def serve(
|
|||||||
from open_webui.env import UVICORN_WORKERS # Import the workers setting
|
from open_webui.env import UVICORN_WORKERS # Import the workers setting
|
||||||
|
|
||||||
uvicorn.run(
|
uvicorn.run(
|
||||||
open_webui.main.app,
|
"open_webui.main:app",
|
||||||
host=host,
|
host=host,
|
||||||
port=port,
|
port=port,
|
||||||
forwarded_allow_ips="*",
|
forwarded_allow_ips="*",
|
||||||
|
Loading…
Reference in New Issue
Block a user