[ALL] Configure VOSK as local fallback STT as it is default included within the ovos_listener container

This commit is contained in:
j1nx 2023-12-29 07:06:18 +00:00
parent 2063061399
commit 8d588f8bf0
1 changed files with 5 additions and 0 deletions

View File

@ -59,8 +59,13 @@
}
},
"stt": {
"module": "ovos-stt-plugin-server",
"ovos-stt-plugin-server": {
"url": "https://stt.smartgic.io/fasterwhisper/stt"
},
"fallback_module": "ovos-stt-plugin-vosk",
"ovos-stt-plugin-vosk": {
"model": "http://alphacephei.com/vosk/models/vosk-model-small-en-us-0.15.zip"
}
},
"padatious": {