From cdea9afd4223b8fc54c12e1601b8fe239706fbf8 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sun, 9 Aug 2026 02:25:26 -0300 Subject: [PATCH] chore(changelog): record audio modality bridge --- changelog.d/features/9807-audio-modality-bridge.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/features/9807-audio-modality-bridge.md diff --git a/changelog.d/features/9807-audio-modality-bridge.md b/changelog.d/features/9807-audio-modality-bridge.md new file mode 100644 index 0000000000..64d99490d2 --- /dev/null +++ b/changelog.d/features/9807-audio-modality-bridge.md @@ -0,0 +1 @@ +- **feat(modality bridge):** Transcribe chat audio for text-only models through the existing speech-to-text providers, with configurable limits, caching, runtime stats, and a dashboard self-test ([#9807](https://github.com/diegosouzapw/OmniRoute/pull/9807))