mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 11:20: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
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "librechat-data-provider",
|
||||
"version": "0.7.424",
|
||||
"version": "0.7.425",
|
||||
"description": "data services for librechat apps",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.es.js",
|
||||
|
|
|
|||
|
|
@ -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