mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
[All] Switch to hardcoded ziggyai STT/TTS servers during this testing phase
This commit is contained in:
@ -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": {
|
||||||
|
Reference in New Issue
Block a user