chroe: update prompts

This commit is contained in:
Fred Liang 2023-12-24 04:24:38 +08:00
parent ae19a0dc5f
commit 7026bd926a
No known key found for this signature in database
GPG Key ID: 4DABDA85EF70EC71
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ const en: LocaleType = {
History: (content: string) => History: (content: string) =>
"This is a summary of the chat history as a recap: " + content, "This is a summary of the chat history as a recap: " + content,
Topic: Topic:
"Please generate a four to five word title summarizing our conversation without any lead-in, punctuation, quotation marks, periods, symbols, or additional text. Remove enclosing quotation marks.", "Please generate a four to five word title summarizing our conversation without any lead-in, punctuation, quotation marks, periods, symbols, bold text, or additional text. Remove enclosing quotation marks.",
Summarize: Summarize:
"Summarize the discussion briefly in 200 words or less to use as a prompt for future context.", "Summarize the discussion briefly in 200 words or less to use as a prompt for future context.",
}, },