From d0a204b85d0bea657a864c15df63ad842ab142c1 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Thu, 12 Oct 2023 22:53:42 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c5ece745..86d8268e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ To create a new starter user or starter persona (that MemGPT gets initialized wi ```sh # assuming you created a new file /memgpt/humans/examples/me.txt -python main.py --human me +python main.py --human me.txt ``` ### `main.py` flags @@ -71,7 +71,6 @@ Basic commands: ### Support -* For CLI, no `.txt` extension, just `me` for `--human` flag * By default MemGPT will use `gpt-4`, so your API key will require `gpt-4` API access. * If you would like to further debug MemGPT, we provide the further options: