Skip to content

Commit

Permalink
fix: patch test_cli (letta-ai#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacker authored and norton120 committed Feb 15, 2024
1 parent cff8e2f commit fb31fb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions memgpt/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ def create_default_user_or_exit(config: MemGPTConfig, ms: MetadataStore):
sys.exit(1)
else:
return user
else:
return user


def server(
Expand Down

0 comments on commit fb31fb5

Please sign in to comment.