mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-16 20:15:55 +08:00
fix
This commit is contained in:
parent
3ce8e8a2ae
commit
b660a4815e
@ -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…
x
Reference in New Issue
Block a user