This commit is contained in:
Sarah Wooders
2023-10-26 16:09:49 -07:00
parent 0ab3d098d2
commit e6683085ff

View File

@@ -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"),