mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-05 06:12:43 -04:00
chore(playground): generate default dir to not set
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -2498,7 +2498,7 @@ def load_notebook_metadata() -> DictStrAny:
|
||||
|
||||
|
||||
@cli.command()
|
||||
@click.argument("output-dir", default=".")
|
||||
@click.argument("output-dir", default=None, required=False)
|
||||
@click.option(
|
||||
"--port",
|
||||
envvar="JUPYTER_PORT",
|
||||
|
||||
Reference in New Issue
Block a user