From a77f6542e949060841f5cc068bb5732fa7bbd2ea Mon Sep 17 00:00:00 2001 From: j1nx Date: Thu, 11 Jan 2024 17:48:23 +0000 Subject: [PATCH] [All] Switch to hardcoded ziggyai STT/TTS servers during this testing phase --- .../rootfs-overlay/home/ovos/ovos/config/mycroft.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot-external/rootfs-overlay/home/ovos/ovos/config/mycroft.conf b/buildroot-external/rootfs-overlay/home/ovos/ovos/config/mycroft.conf index 7ee19795..7dfaf8df 100644 --- a/buildroot-external/rootfs-overlay/home/ovos/ovos/config/mycroft.conf +++ b/buildroot-external/rootfs-overlay/home/ovos/ovos/config/mycroft.conf @@ -50,7 +50,7 @@ "tts": { "module": "ovos-tts-plugin-server", "ovos-tts-plugin-server": { - "host": "https://tts.smartgic.io/piper", + "host": "https://pipertts.ziggyai.online", "voice": "ryan-low", "sentence_tokenize": true }, @@ -62,7 +62,7 @@ "stt": { "module": "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", "ovos-stt-plugin-vosk": {