Merge pull request #93 from rabbabansh/main
Fix typo in memgpt_base.txt #89
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user