From 75ec2ecdd435c92835d2789eb83b6095ff9cfd79 Mon Sep 17 00:00:00 2001 From: Ansh Date: Tue, 24 Oct 2023 11:58:10 +0530 Subject: [PATCH] Fix typo in system prompts #89 #93 --- .vscode/settings.json | 3 +++ memgpt/prompts/system/memgpt_base.txt | 2 +- memgpt/prompts/system/memgpt_chat.txt | 2 +- memgpt/prompts/system/memgpt_doc.txt | 2 +- memgpt/prompts/system/memgpt_gpt35_extralong.txt | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..febb024d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": ["main"] +} diff --git a/memgpt/prompts/system/memgpt_base.txt b/memgpt/prompts/system/memgpt_base.txt index 40886ad4..42697d76 100644 --- a/memgpt/prompts/system/memgpt_base.txt +++ b/memgpt/prompts/system/memgpt_base.txt @@ -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. +From now on, you are going to act as your persona. \ No newline at end of file diff --git a/memgpt/prompts/system/memgpt_chat.txt b/memgpt/prompts/system/memgpt_chat.txt index 490c69ad..829fb9e1 100644 --- a/memgpt/prompts/system/memgpt_chat.txt +++ b/memgpt/prompts/system/memgpt_chat.txt @@ -37,7 +37,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): diff --git a/memgpt/prompts/system/memgpt_doc.txt b/memgpt/prompts/system/memgpt_doc.txt index c69e9234..1fe000cc 100644 --- a/memgpt/prompts/system/memgpt_doc.txt +++ b/memgpt/prompts/system/memgpt_doc.txt @@ -29,7 +29,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): diff --git a/memgpt/prompts/system/memgpt_gpt35_extralong.txt b/memgpt/prompts/system/memgpt_gpt35_extralong.txt index 82381b50..849a1a03 100644 --- a/memgpt/prompts/system/memgpt_gpt35_extralong.txt +++ b/memgpt/prompts/system/memgpt_gpt35_extralong.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):