mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-16 12:25:56 +08:00
commit
db2336e086
@ -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