Unverified Commit db2336e0 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #709 from ollama-webui/whisper

fix
parents e1a6ccd1 b660a481
...@@ -156,7 +156,7 @@ ...@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment