My backend STT configuration is: ```json { "stt": { "module": "ovos-stt-plugin-server", "ovos-stt-plugin-server": { "url": "http://192.168.86.58:9090/stt" }, "fallback_module": "ovos-stt-plugin-selene", "ovos-stt-plugin-selene": { "url": "https://api.mycroft.ai", "version": "v1", "identity_file": "/root/.local/share/ovos_backend/identity2.json" } } } ``` However, what got passed to my OVOS device was: ```json "stt": { "module": "ovos-stt-plugin-selene", "ovos-stt-plugin-server": { "url": "http://192.168.86.58:9090/stt" } }, ```
My backend STT configuration is:
{ "stt": { "module": "ovos-stt-plugin-server", "ovos-stt-plugin-server": { "url": "http://192.168.86.58:9090/stt" }, "fallback_module": "ovos-stt-plugin-selene", "ovos-stt-plugin-selene": { "url": "https://api.mycroft.ai", "version": "v1", "identity_file": "/root/.local/share/ovos_backend/identity2.json" } } }However, what got passed to my OVOS device was: