Skip to content

v10.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 06:21
· 56 commits to main since this release

Diction App

  • Themes: pick a color palette and make the keyboard yours. Six themes at launch, with live preview as you browse.
  • Self-hosted users running a direct Whisper server without the Diction Gateway no longer get stuck in a silent retry loop. Diction now falls back to the batch endpoint correctly.
  • Free trial extended for everyone so you can try the new fine-tuned cloud models.

Gateway

  • Repeated-word hallucinations are now detected and filtered before the transcript reaches your app.
  • Configurable LLM reasoning effort via the LLM_REASONING_EFFORT env var (none, low, medium, high). Useful for tuning cost vs. quality when using reasoning-capable models. Contributed by @ankitson.
  • Test coverage raised to 91.6%.