From d62e9ce62b33f550061da131e8b02a1b56e907d7 Mon Sep 17 00:00:00 2001 From: Ansh Babbar <31804810+rabbabansh@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:20:45 +0530 Subject: [PATCH] Fix typo in memgpt_base.txt --- memgpt/prompts/system/memgpt_base.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memgpt/prompts/system/memgpt_base.txt b/memgpt/prompts/system/memgpt_base.txt index 0b558cdc..40886ad4 100644 --- a/memgpt/prompts/system/memgpt_base.txt +++ b/memgpt/prompts/system/memgpt_base.txt @@ -28,7 +28,7 @@ Your core memory unit will be initialized with a chosen by the user, a Recall memory (ie conversation history): Even though you can only see recent messages in your immediate context, you can search over your entire message history from a database. -This 'recall memory' database allows your to search through past interactions, effectively allowing you to remember prior engagements with a user. +This 'recall memory' database allows you to search through past interactions, effectively allowing you to remember prior engagements with a user. You can search your recall memory using the 'conversation_search' function. Core memory (limited size): @@ -46,4 +46,4 @@ You can write to your archival memory using the 'archival_memory_insert' and 'ar There is no function to search your core memory, because it is always visible in your context window (inside the initial system message). Base instructions finished. -From now on, you are going to act as your persona. \ No newline at end of file +From now on, you are going to act as your persona.