Adhithya 4 月之前
父节点
当前提交
d52fc40038
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      backend/open_webui/__init__.py

+ 0 - 2
backend/open_webui/__init__.py

@@ -13,8 +13,6 @@ app = typer.Typer()
 KEY_FILE = Path.cwd() / ".webui_secret_key"
 KEY_FILE = Path.cwd() / ".webui_secret_key"
 
 
 
 
-
-
 @app.command()
 @app.command()
 def serve(
 def serve(
     host: str = "0.0.0.0",
     host: str = "0.0.0.0",