Merge pull request #3953 from pipecat-ai/mb/deepgram-flux-on-the-fly

Add on-the-fly Configure support for Deepgram Flux STT
This commit is contained in:
Mark Backman
2026-03-09 08:36:00 -04:00
committed by GitHub
3 changed files with 59 additions and 6 deletions

1
changelog/3953.added.md Normal file
View File

@@ -0,0 +1 @@
- Added on-the-fly `Configure` support for `DeepgramFluxSTTService`. The `keyterm`, `eot_threshold`, `eager_eot_threshold`, and `eot_timeout_ms` settings can now be updated mid-stream via `STTUpdateSettingsFrame` without requiring a WebSocket reconnect.