From 3669028bbe7db15ea432dc15748e77c5773f3f7a Mon Sep 17 00:00:00 2001 From: Vivian Fang Date: Mon, 16 Oct 2023 11:46:21 -0700 Subject: [PATCH] Update README.md make consistent with paper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e66c53ab..e4413abd 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ You can see the full list of available commands when you enter `/` into the mess ## 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, enabling perpetual conversations. Learn more about MemGPT in our [paper](https://arxiv.org/abs/2310.08560). +Memory-GPT (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). ## Running MemGPT Locally