mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-16 06:45:59 +08:00
fix
This commit is contained in:
parent
3ce8e8a2ae
commit
b660a4815e
@ -156,7 +156,7 @@
|
||||
} else {
|
||||
isRecording = true;
|
||||
|
||||
if ($settings?.voice?.STTEngine ?? '' !== '') {
|
||||
if ($settings?.audio?.STTEngine ?? '' !== '') {
|
||||
startRecording();
|
||||
} else {
|
||||
if ('SpeechRecognition' in window || 'webkitSpeechRecognition' in window) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user