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"
 
 
-
-
 @app.command()
 def serve(
     host: str = "0.0.0.0",