From b338872fbab96424da27d24ac418fa24637a35bf Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Sat, 23 Nov 2024 19:35:56 +0000 Subject: [PATCH 1/3] fix: update STT server urls for pt and ca (#186) --- 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": "" } } From 53c8c2b8f516b4edd10d7c6b89ce8c7f312e06ba Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 23 Nov 2024 19:36:58 +0000 Subject: [PATCH 2/3] Increment Version to 1.0.1a1 --- ovos_config/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_config/version.py b/ovos_config/version.py index a3d5a94..4aed667 100644 --- a/ovos_config/version.py +++ b/ovos_config/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_BUILD = 0 -VERSION_ALPHA = 0 +VERSION_BUILD = 1 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From 8c46592f98295773981377362edb5ba8f7c25575 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 23 Nov 2024 19:37:23 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da36c95..5738932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [1.0.0a1](https://github.com/OpenVoiceOS/ovos-config/tree/1.0.0a1) (2024-11-19) +## [1.0.1a1](https://github.com/OpenVoiceOS/ovos-config/tree/1.0.1a1) (2024-11-23) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/0.4.6...1.0.0a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/1.0.0...1.0.1a1) -**Breaking changes:** +**Merged pull requests:** -- deprecate:backend client [\#183](https://github.com/OpenVoiceOS/ovos-config/pull/183) ([JarbasAl](https://github.com/JarbasAl)) +- fix: update STT server urls for pt and ca [\#186](https://github.com/OpenVoiceOS/ovos-config/pull/186) ([JarbasAl](https://github.com/JarbasAl))