You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: app/locales/en.ts
+2-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ const en: LocaleType = {
20
20
Stop: "Stop",
21
21
Retry: "Retry",
22
22
},
23
+
Rename: "Rename Chat",
23
24
Typing: "Typing…",
24
25
Input: (submitKey: string)=>{
25
26
varinputHints=`Type something and press ${submitKey} to send`;
@@ -129,7 +130,7 @@ const en: LocaleType = {
129
130
"This is a summary of the chat history between the AI and the user as a recap: "+
130
131
content,
131
132
Topic:
132
-
"Provide a brief topic of the sentence without explanation. If there is no topic, return 'Chitchat'.",
133
+
"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.",
133
134
Summarize:
134
135
"Summarize our discussion briefly in 50 characters or less to use as a prompt for future context.",
0 commit comments