mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 01:40:15 +01:00
🖋️ feat: Add option to render User Messages as Markdown (#4170)
This commit is contained in:
parent
42b7373ddc
commit
be44caaab1
10 changed files with 94 additions and 21 deletions
|
|
@ -1119,6 +1119,8 @@ export enum LocalStorageKeys {
|
|||
FILES_DRAFT = 'filesDraft_',
|
||||
/** Key for last Selected Prompt Category */
|
||||
LAST_PROMPT_CATEGORY = 'lastPromptCategory',
|
||||
/** Key for rendering User Messages as Markdown */
|
||||
ENABLE_USER_MSG_MARKDOWN = 'enableUserMsgMarkdown',
|
||||
}
|
||||
|
||||
export enum ForkOptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue