mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-30 07:40:55 +02:00
fix
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
} else {
|
||||
isRecording = true;
|
||||
|
||||
if ($settings?.voice?.STTEngine ?? '' !== '') {
|
||||
if ($settings?.audio?.STTEngine ?? '' !== '') {
|
||||
startRecording();
|
||||
} else {
|
||||
if ('SpeechRecognition' in window || 'webkitSpeechRecognition' in window) {
|
||||
|
Reference in New Issue
Block a user