"configs/_base_/datasets/coco_detection.py" did not exist on "fdfe3c4f8ba935ae428a8a496ce57755d5b2ea98"
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 @@
} else {
isRecording = true;
if ($settings?.voice?.STTEngine ?? '' !== '') {
if ($settings?.audio?.STTEngine ?? '' !== '') {
startRecording();
} else {
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