From 3cb8b5a956a81019448c39a6ee0766722e8e3b41 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Thu, 18 Sep 2025 17:40:22 -0700 Subject: [PATCH 1/3] Add public STT endpoints from default STT plugin config --- neon_core/configuration/neon.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/neon_core/configuration/neon.yaml b/neon_core/configuration/neon.yaml index 587e1190e..b3e9f247b 100644 --- a/neon_core/configuration/neon.yaml +++ b/neon_core/configuration/neon.yaml @@ -18,7 +18,10 @@ stt: ovos-stt-plugin-vosk: model: /home/neon/.local/share/neon/vosk-model-small-en-us-0.15 ovos-stt-plugin-server: - url: https://whisper.neonaiservices.com/stt + urls: + - https://whisper.neonaiservices.com/stt + - https://whisper.tigregotico.pt/stt + - https://stt.smartgic.io/fasterwhisper/stt tts: pulse_duck: false preload_fallback: false From c9afd6eaa154349a3f2bdcfaa14b671fc85c2d93 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Thu, 18 Sep 2025 17:41:10 -0700 Subject: [PATCH 2/3] Update ovos-stt-plugin-server dependency to allow latest --- requirements/pi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pi.txt b/requirements/pi.txt index 9aaf37137..e9d217065 100644 --- a/requirements/pi.txt +++ b/requirements/pi.txt @@ -22,7 +22,7 @@ neon-stt-plugin-google-cloud-streaming~=2.0 neon-tts-plugin-coqui-remote~=0.1 neon-stt-plugin-nemo~=0.1 ovos-tts-plugin-server~=0.0.2 -ovos-stt-plugin-server~=0.0.3 +ovos-stt-plugin-server~=0.1 ovos-tts-plugin-piper~=0.0.2 # Fallback plugins From a0cd2495c9e3e2d0c65a18e664ad5acba2aadaf1 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:13:45 -0700 Subject: [PATCH 3/3] Remove tigregotico STT endpoint --- neon_core/configuration/neon.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/neon_core/configuration/neon.yaml b/neon_core/configuration/neon.yaml index b3e9f247b..e9bb867bc 100644 --- a/neon_core/configuration/neon.yaml +++ b/neon_core/configuration/neon.yaml @@ -20,7 +20,6 @@ stt: ovos-stt-plugin-server: urls: - https://whisper.neonaiservices.com/stt - - https://whisper.tigregotico.pt/stt - https://stt.smartgic.io/fasterwhisper/stt tts: pulse_duck: false