Skip to content

v0.1.28

Compare
Choose a tag to compare
@av av released this 23 Sep 11:02
· 13 commits to main since this release

STT - faster-whisper-service integration

Harbor now has a dedicated stt backend, in addition to the already present tts. Open WebUI will be configured to use it automatically instead of "local" whisper, when running together. The server will use GPU automatically, if possible on the given platform and CPU otherwise.

# Start the service
harbor up stt

# Convigure model/version
harbor stt model Systran/faster-distil-whisper-large-v3
harbor stt version latest

Misc

  • OpenHands integration, the service is not very configurable atm, with only basic support for Ollama URL, file an issue if that changes in the future!
  • CLI linter

Full Changelog: v0.1.27...v0.1.28