docs: update README.md (#1328)

This commit is contained in:
Ikko Eltociear Ashimine
2024-05-04 01:59:16 +09:00
committed by GitHub
parent 6ea161cf91
commit 7b38128d38

View File

@@ -22,7 +22,7 @@ Install MemGPT:
```sh
pip install pymemgpt
```
To use MemGPT with OpenAI, set the enviornemnt variable `OPENAI_API_KEY` to your OpenAI key then run:
To use MemGPT with OpenAI, set the environment variable `OPENAI_API_KEY` to your OpenAI key then run:
```
memgpt quickstart --backend openai
```