Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion neon_core/configuration/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
NeonDaniel marked this conversation as resolved.
Outdated
- https://stt.smartgic.io/fasterwhisper/stt
Comment thread
NeonDaniel marked this conversation as resolved.
tts:
pulse_duck: false
preload_fallback: false
Expand Down
2 changes: 1 addition & 1 deletion requirements/pi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading