mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 21:38:43 +00:00
Remove the commented-out code
Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com>
This commit is contained in:
parent
3b7f7c6e32
commit
695bc56144
@ -618,7 +618,6 @@
|
||||
gravatarEmail = settings.gravatarEmail ?? '';
|
||||
|
||||
speakVoice = settings.speakVoice ?? '';
|
||||
// await voices.set(await speechSynthesis.getVoices());
|
||||
|
||||
const getVoicesLoop = setInterval(async () => {
|
||||
const _voices = await speechSynthesis.getVoices();
|
||||
|
Loading…
Reference in New Issue
Block a user