From 30acce9d38bfd056f71ac1da480da3e4a9bd4b45 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Thu, 12 Oct 2023 19:06:00 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 757a0ccd..ba67d6aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # [MemGPT](https://memgpt.ai) - ## Setup Set up dependencies: @@ -17,7 +16,7 @@ export OPENAI_API_KEY=YOUR_API_KEY By default MemGPT will use `gpt-4`, so your API key will require `gpt-4` API access. -## MemGPT CLI +## Running MemGPT via the CLI To run MemGPT in CLI mode, simply run `main.py`: @@ -33,7 +32,7 @@ To create a new starter user or starter persona (that MemGPT gets initialized wi python main.py --human me ``` -### Options +### `main.py` flags ```text --persona @@ -44,7 +43,7 @@ python main.py --human me allows you to send the first message in the chat (by default, MemGPT will send the first message) ``` -### CLI commands +### Interactive CLI commands While using MemGPT via the CLI you can run various commands