From a5ff391451bffdd7806d713ce3be4754d3893fe6 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 28 Sep 2024 03:01:08 +0900 Subject: [PATCH] docs: update README.md Forgetten -> Forgotten --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98259f1c..889c83b6 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ As discussed above, providing just the chat history to an LLM can often result i ### Zep is purpose-built for Agent and Assistant applications -Users, Sessions, and Chat Messages are first-class abstractions in Zep. This allows simple and flexible management of chat memory, including the execution of Right To Be Forgetten requests and other privacy compliance-related tasks with single-API call. +Users, Sessions, and Chat Messages are first-class abstractions in Zep. This allows simple and flexible management of chat memory, including the execution of Right To Be Forgotten requests and other privacy compliance-related tasks with single-API call. ## Zep Language Support and Ecosystem