mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
🔧 fix: STT/TTS external checks pt. 2 (#3410)
This commit is contained in:
parent
620973436c
commit
344297021f
1 changed files with 2 additions and 2 deletions
|
|
@ -77,8 +77,8 @@ function Speech() {
|
||||||
|
|
||||||
if (
|
if (
|
||||||
(settings[key].value !== newValue || settings[key].value === newValue || !settings[key]) &&
|
(settings[key].value !== newValue || settings[key].value === newValue || !settings[key]) &&
|
||||||
settings[key].value !== 'sttExternal' &&
|
settings[key].value === 'sttExternal' &&
|
||||||
settings[key].value !== 'ttsExternal'
|
settings[key].value === 'ttsExternal'
|
||||||
) {
|
) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue