[All] Switch to hardcoded ziggyai STT/TTS servers during this testing phase
This commit is contained in:
parent
ec25ee5feb
commit
a77f6542e9
|
@ -50,7 +50,7 @@
|
||||||
"tts": {
|
"tts": {
|
||||||
"module": "ovos-tts-plugin-server",
|
"module": "ovos-tts-plugin-server",
|
||||||
"ovos-tts-plugin-server": {
|
"ovos-tts-plugin-server": {
|
||||||
"host": "https://tts.smartgic.io/piper",
|
"host": "https://pipertts.ziggyai.online",
|
||||||
"voice": "ryan-low",
|
"voice": "ryan-low",
|
||||||
"sentence_tokenize": true
|
"sentence_tokenize": true
|
||||||
},
|
},
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
"stt": {
|
"stt": {
|
||||||
"module": "ovos-stt-plugin-server",
|
"module": "ovos-stt-plugin-server",
|
||||||
"ovos-stt-plugin-server": {
|
"ovos-stt-plugin-server": {
|
||||||
"url": "https://stt.smartgic.io/fasterwhisper/stt"
|
"url": "https://fasterwhisper.ziggyai.online/stt"
|
||||||
},
|
},
|
||||||
"fallback_module": "ovos-stt-plugin-vosk",
|
"fallback_module": "ovos-stt-plugin-vosk",
|
||||||
"ovos-stt-plugin-vosk": {
|
"ovos-stt-plugin-vosk": {
|
||||||
|
|
Loading…
Reference in New Issue