mirror of
https://github.com/zebrajr/ollama-webui.git
synced 2026-01-15 12:15:13 +00:00
Update __init__.py
This commit is contained in:
@@ -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="*",
|
||||||
|
|||||||
Reference in New Issue
Block a user