hermes - 💡(How to fix) Fix [Feature]: Add Vosk as local STT provider [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fixed

Code Example

stt:
  enabled: true
  provider: local_command
  local:
    model: base
    language: es
  openai:
    model: whisper-1
  mistral:
    model: voxtral-mini-latest

---
RAW_BUFFERClick to expand / collapse

Problem or Use Case

I'm running Hermes Agent in a Raspberry Pi 4 with 4GB, yes I know, limited hardware, but it works great.

I was using faster-whisper as STT local provider and works fine with my telegram audio messages.

When I asked Hermes to transcribe the audio from a Youtube video using faster-whisper I noticed the quality was not good enough.

I Asked Hermes to use Vosk with vosk-model-small-es-0.42 39Mb (Lightweight wideband model for Android and RPi) to transcribe it, and the result was better.

Then I asked Hermes to remove faster-whisper as default STT local provider and set Vosk as default STT local provider... and it WORKS!!!

My config.yaml STT:

stt:
  enabled: true
  provider: local_command
  local:
    model: base
    language: es
  openai:
    model: whisper-1
  mistral:
    model: voxtral-mini-latest

Proposed Solution

Please, add Vosk as local STT provider

Alternatives Considered

No response

Feature Type

Configuration option

Scope

Small (single file, < 50 lines)

Contribution

  • I'd like to implement this myself and submit a PR

Debug Report (optional)

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix [Feature]: Add Vosk as local STT provider [1 pull requests]