mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-07 15:04:46 +01:00
[ALL] Configure VOSK as local fallback STT as it is default included within the ovos_listener container
This commit is contained in:
parent
2063061399
commit
8d588f8bf0
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user