From 8cfa6d5a2723721a16a7ec43ed411f2d808f033b Mon Sep 17 00:00:00 2001 From: miro Date: Sat, 23 Nov 2024 19:23:32 +0000 Subject: [PATCH] fix: update STT server urls for pt and ca --- ovos_config/recommends/online_stt/ca-es.conf | 4 +++- ovos_config/recommends/online_stt/pt-pt.conf | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ovos_config/recommends/online_stt/ca-es.conf b/ovos_config/recommends/online_stt/ca-es.conf index ab85110..4e60da4 100644 --- a/ovos_config/recommends/online_stt/ca-es.conf +++ b/ovos_config/recommends/online_stt/ca-es.conf @@ -3,7 +3,9 @@ "module": "ovos-stt-plugin-server", "fallback_module": "", "ovos-stt-plugin-server": { - "url": [ + "urls": [ + "https://stt.smartgic.io/aina/stt", + "https://ainastt.ziggyai.online/stt", "https://stt.smartgic.io/citrinet/stt", "https://citrinetstt.ziggyai.online/stt" ] diff --git a/ovos_config/recommends/online_stt/pt-pt.conf b/ovos_config/recommends/online_stt/pt-pt.conf index 331ce12..b57b683 100644 --- a/ovos_config/recommends/online_stt/pt-pt.conf +++ b/ovos_config/recommends/online_stt/pt-pt.conf @@ -1,6 +1,13 @@ { "stt": { "module": "ovos-stt-plugin-server", + "ovos-stt-plugin-server": { + "urls": [ + "https://stt.smartgic.io/mynorthai/stt", + "https://stt.smartgic.io/fasterwhisper/stt", + "https://fasterwhisper.ziggyai.online/stt" + ] + }, "fallback_module": "" } }