Skip to content

Commit 0ddb358

Browse files
authored
Update default STT config (#768)
# Description Update STT default config to include other public servers (only if Neon server request fails) Updates `ovos-stt-plugin-server` dependency to allow latest version # Issues <!-- If this is related to or closes an issue/other PR, please note them here --> # Other Notes <!-- Note any breaking changes, WIP changes, requests for input, etc. here -->
1 parent 2e61bad commit 0ddb358

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

neon_core/configuration/neon.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ stt:
1818
ovos-stt-plugin-vosk:
1919
model: /home/neon/.local/share/neon/vosk-model-small-en-us-0.15
2020
ovos-stt-plugin-server:
21-
url: https://whisper.neonaiservices.com/stt
21+
urls:
22+
- https://whisper.neonaiservices.com/stt
23+
- https://stt.smartgic.io/fasterwhisper/stt
2224
tts:
2325
pulse_duck: false
2426
preload_fallback: false

requirements/pi.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ neon-stt-plugin-google-cloud-streaming~=2.0
2222
neon-tts-plugin-coqui-remote~=0.1
2323
neon-stt-plugin-nemo~=0.1
2424
ovos-tts-plugin-server~=0.0.2
25-
ovos-stt-plugin-server~=0.0.3
25+
ovos-stt-plugin-server~=0.1
2626
ovos-tts-plugin-piper~=0.0.2
2727

2828
# Fallback plugins

0 commit comments

Comments
 (0)