From f9812df7dde12726400b55a49be8d1d36f0f5d28 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Thu, 12 Oct 2023 22:45:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbbf2229..c5ece745 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To run MemGPT for as a conversation agent in CLI mode, simply run `main.py`: python3 main.py ``` -To create a new starter user or starter persona (that MemGPT gets initialized with), create a new `.txt` file in [/memgpt/humans/examples](/memgpt/humans/examples) or [/memgpt/personas](/memgpt/personas/examples), then use the `--persona` or `--human` flag when running `main.py`. For example: +To create a new starter user or starter persona (that MemGPT gets initialized with), create a new `.txt` file in [/memgpt/humans/examples](/memgpt/humans/examples) or [/memgpt/personas/examples](/memgpt/personas/examples), then use the `--persona` or `--human` flag when running `main.py`. For example: ```sh # assuming you created a new file /memgpt/humans/examples/me.txt