mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
refac
This commit is contained in:
parent
e516374d54
commit
16615010f7
@ -78,7 +78,7 @@
|
||||
engine: STTEngine !== '' ? STTEngine : undefined
|
||||
},
|
||||
tts: {
|
||||
voice: $config.audio.tts.engine === 'openai' ? voice : voice !== '' ? voice : undefined,
|
||||
voice: voice !== '' ? voice : undefined,
|
||||
nonLocalVoices: $config.audio.tts.engine === '' ? nonLocalVoices : undefined
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user