mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00
8 lines
220 B
Python
8 lines
220 B
Python
from memgpt.main import app
|
|
import typer
|
|
|
|
typer.secho(
|
|
"Command `python main.py` no longer supported. Please run `memgpt run`. See https://memgpt.readthedocs.io/en/latest/quickstart/.",
|
|
fg=typer.colors.YELLOW,
|
|
)
|