From 20240c491b774aa81c8bc9b36ac4f1a1934b6ec5 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Thu, 12 Oct 2023 22:56:27 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86d8268e..c05363a1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ export OPENAI_API_KEY=YOUR_API_KEY ## What is MemGPT? -MemoryGPT (or MemGPT in short) is a system that intelligently manages different memory tiers in LLMs in order to effectively provide extended context within the LLM's limited context window. For example, MemGPT knows when to push critical information to a vector database and when to retrieve it later in the chat for perpetual conversations. Learn more about MemGPT in our [paper](https://arxiv.org/abs/2310.08560). +MemoryGPT (or MemGPT in short) is a system that intelligently manages different memory tiers in LLMs in order to effectively provide extended context within the LLM's limited context window. For example, MemGPT knows when to push critical information to a vector database and when to retrieve it later in the chat, enabling perpetual conversations. Learn more about MemGPT in our [paper](https://arxiv.org/abs/2310.08560). ## Try MemGPT in your CLI