* updated docs for readme * Update index.md * Update index.md * added header * broken link * sync heading sizes * fix various broken rel links * Update index.md * added webp * Update index.md * strip mkdocs/rtk files * replaced readthedocs references with readme
8 lines
209 B
Python
8 lines
209 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.readme.io/docs/quickstart.",
|
|
fg=typer.colors.YELLOW,
|
|
)
|