docs: Update README.md (#1338)

This commit is contained in:
Charles Packer
2024-05-03 15:39:06 -07:00
committed by GitHub
parent 789e9a9281
commit 8ebed364a1

View File

@@ -25,7 +25,7 @@ You can also use MemGPT to depoy agents as a *service*. You can use a MemGPT ser
## Installation & Setup
Install MemGPT:
```sh
pip install pymemgpt
pip install -U pymemgpt
```
To use MemGPT with OpenAI, set the environment variable `OPENAI_API_KEY` to your OpenAI key then run:
```