chore: allow app.letta.com access to local if user grants permission (#1830)

Co-authored-by: Shubham Naik <shub@memgpt.ai>
This commit is contained in:
Shubham Naik
2024-10-04 16:45:04 -07:00
committed by GitHub
parent c04e5dbd9a
commit 8fc504cb9f
3 changed files with 9 additions and 1 deletions

View File

@@ -302,6 +302,7 @@ def server(
port: Annotated[Optional[int], typer.Option(help="Port to run the server on")] = None,
host: Annotated[Optional[str], typer.Option(help="Host to run the server on (default to localhost)")] = None,
debug: Annotated[bool, typer.Option(help="Turn debugging output on")] = False,
ade: Annotated[bool, typer.Option(help="Allows remote access")] = False,
):
"""Launch a Letta server process"""