Skip to content

AbstractVoice v0.10.14

Choose a tag to compare

@github-actions github-actions released this 21 May 22:12
· 5 commits to main since this release

Fixed

  • Made AbstractCore plugin provider-scoped STT discovery more robust:
    • listing models for openai / openai-compatible now includes the active injected STT model when present,
    • listing models for transformers-asr works even when the optional runtime deps are not installed.
  • Made AbstractCore plugin residency warmup return not_implemented (instead of failed)
    when local TTS/STT runtimes are not installed.