}
*/
export async function hideChatMessageRange(start, end, unhide) {
- if (!getCurrentChatId()) return;
-
if (isNaN(start)) return;
if (!end) end = start;
const hide = !unhide;
diff --git a/public/scripts/templates/assistantNote.html b/public/scripts/templates/assistantNote.html
new file mode 100644
index 000000000..148b945e3
--- /dev/null
+++ b/public/scripts/templates/assistantNote.html
@@ -0,0 +1,3 @@
+
+ Note: this chat is temporary and will be deleted as soon as you leave it.
+
diff --git a/public/scripts/templates/welcomePrompt.html b/public/scripts/templates/welcomePrompt.html
new file mode 100644
index 000000000..9deb2d7cb
--- /dev/null
+++ b/public/scripts/templates/welcomePrompt.html
@@ -0,0 +1,3 @@
+
+ Connect to an API and ask me anything!
+