-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π docs: Add documentation about Temporary Chats feature. (#224)
* π docs: Add documentation about Temporary Chats feature. * π docs: Add screenshots to Temporary Chats page, and bold the note section. * π docs: Remove wrong notice about possibility of manual deletion. Add clarification pressing X will disable temporary chat.
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Temporary Chat | ||
description: Temporary chats allow users to exclude specific conversations from their chat history, search results, and bookmarks, providing a private and focused experience. | ||
--- | ||
|
||
# Temporary Chat | ||
|
||
Keep your chat history clean and focused by using temporary chats for sensitive topics, quick experiments, or anything you don't need to permanently save. These chats are excluded from search results, cannot be bookmarked, and are automatically deleted after 30 days. | ||
|
||
## Activating Temporary Chat | ||
|
||
1. Open the model list dropdown menu located on the top left side of LibreChat. | ||
2. Toggle the "Temporary Chat" slider to the ON position. | ||
|
||
 | ||
|
||
3. A notification will appear above the chat input area, confirming that Temporary Chat mode is active. Pressing (x) will disable the Temporary Chat. | ||
|
||
 | ||
|
||
|
||
## What Happens When a Chat is Marked as Temporary? | ||
|
||
* Temporary Chats do not appear in the chat history sidebar. | ||
* Temporary Chats are excluded from search results. | ||
* Temporary Chats cannot be bookmarked. | ||
* Temporary Chats are stored in the database for 30 days and then automatically deleted. |