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