forked from open-webui/open-webui
commit
db2336e086
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue