mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 16:59:42 +00: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…
Reference in New Issue
Block a user