mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
commit
db2336e086
@ -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 New Issue
Block a user