mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 03:10:15 +01:00
🔉 feat: TTS/STT rate limiters (#2925)
* fix: remove double initialization of speech routes * refactor(useMessageHelpers): more consistent latestMessage updates based on unique textKey and early returns when setting * feat: TTS/STT rate limiters * chore: remove console log * fix: make modular chat true by default
This commit is contained in:
parent
08d6bea359
commit
8318f26d66
12 changed files with 265 additions and 35 deletions
|
|
@ -52,7 +52,7 @@ const localStorageAtoms = {
|
|||
autoScroll: atomWithLocalStorage('autoScroll', false),
|
||||
showCode: atomWithLocalStorage('showCode', false),
|
||||
hideSidePanel: atomWithLocalStorage('hideSidePanel', false),
|
||||
modularChat: atomWithLocalStorage('modularChat', false),
|
||||
modularChat: atomWithLocalStorage('modularChat', true),
|
||||
LaTeXParsing: atomWithLocalStorage('LaTeXParsing', true),
|
||||
UsernameDisplay: atomWithLocalStorage('UsernameDisplay', true),
|
||||
TextToSpeech: atomWithLocalStorage('textToSpeech', true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue