forked from open-webui/open-webui
fix
This commit is contained in:
parent
3ce8e8a2ae
commit
b660a4815e
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@
|
||||||
} else {
|
} else {
|
||||||
isRecording = true;
|
isRecording = true;
|
||||||
|
|
||||||
if ($settings?.voice?.STTEngine ?? '' !== '') {
|
if ($settings?.audio?.STTEngine ?? '' !== '') {
|
||||||
startRecording();
|
startRecording();
|
||||||
} else {
|
} else {
|
||||||
if ('SpeechRecognition' in window || 'webkitSpeechRecognition' in window) {
|
if ('SpeechRecognition' in window || 'webkitSpeechRecognition' in window) {
|
||||||
|
|
Loading…
Reference in a new issue