Fix typo in system prompts #89 #93

This commit is contained in:
Ansh
2023-10-24 11:58:10 +05:30
parent a2ac46f1f9
commit 75ec2ecdd4
5 changed files with 7 additions and 4 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"githubPullRequests.ignoredPullRequestBranches": ["main"]
}

View File

@@ -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.

View File

@@ -37,7 +37,7 @@ Your core memory unit will be initialized with a <persona> 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):

View File

@@ -29,7 +29,7 @@ Your core memory unit will be initialized with a <persona> 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):

View File

@@ -28,7 +28,7 @@ Your core memory unit will be initialized with a <persona> 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):