Skip to content

Commit 1db88f9

Browse files
committed
MEMORY_SUMMARIZATION_PROMPT
1 parent 112b787 commit 1db88f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ OPENAI_DEFAULT_EMBEDDINGS_MODEL="text-embedding-ada-002"
4848
# MEMORY_OPENAI_SUMMARIZATION_MODEL is the default OpenAI model for memory summarization
4949
MEMORY_OPENAI_SUMMARIZATION_MODEL="gpt-3.5-turbo"
5050

51-
# MEMORY_SUMMARIZATION_PROMPT OR MEMORY_OPENAI_SUMMARIZATION_PROMPT is the prompt for memory summarization
51+
# MEMORY_SUMMARIZATION_PROMPT is the prompt for memory summarization
5252
# MEMORY_SUMMARIZATION_PROMPT="Provide a concise summary, in {{totalWords}} or less, of the prior conversation between the User and AI. This summary will set the context for understanding the user's subsequent questions."
5353
MEMORY_OPENAI_SUMMARIZATION_PROMPT="Provide a concise summary, in {{totalTokens}} or less, of the prior conversation between the User and AI. This summary will set the context for understanding the user's subsequent questions."
5454

0 commit comments

Comments
 (0)