mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
format
This commit is contained in:
parent
16da847342
commit
d52fc40038
1 changed files with 0 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue