From 7b38128d38de846580d4123b6400d63cd6d32369 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 4 May 2024 01:59:16 +0900 Subject: [PATCH] docs: update README.md (#1328) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bb705f2..8b9f046b 100644 --- a/README.md +++ b/README.md @@ -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 ```