Merge pull request #3587 from pipecat-ai/mb/gradium-improvements

GradiumSTTService now flushes pending transcripts on VAD stopped dete…
This commit is contained in:
Mark Backman
2026-01-29 18:11:25 -05:00
committed by GitHub
4 changed files with 249 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
- Updates to `GradiumSTTService`:
- Now flushes pending transcriptions when VAD detects the user stopped speaking, improving response latency.
- `GradiumSTTService` now supports `InputParams` for configuring `language` and `delay_in_frames` settings.