From e6683085ffd9cb76d929f6eefd5f6dd37f31cf51 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Thu, 26 Oct 2023 16:09:49 -0700 Subject: [PATCH] reformat --- memgpt/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memgpt/main.py b/memgpt/main.py index 3df4ee0e..b3ee4a67 100644 --- a/memgpt/main.py +++ b/memgpt/main.py @@ -110,7 +110,7 @@ def load(memgpt_agent, filename): print(f"/load warning: loading persistence manager from {filename} failed with: {e}") -@app.command() +@app.callback(invoke_without_command=True) # make default command def run( persona: str = typer.Option(None, help="Specify persona"), human: str = typer.Option(None, help="Specify human"),