Update README.md

This commit is contained in:
Charles Packer
2023-10-12 22:53:42 -07:00
committed by GitHub
parent f9812df7dd
commit d0a204b85d

View File

@@ -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: