diff --git a/neon_core/configuration/neon.yaml b/neon_core/configuration/neon.yaml index 587e1190e..e9bb867bc 100644 --- a/neon_core/configuration/neon.yaml +++ b/neon_core/configuration/neon.yaml @@ -18,7 +18,9 @@ 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://stt.smartgic.io/fasterwhisper/stt tts: pulse_duck: false preload_fallback: false 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