Merge pull request #3963 from pipecat-ai/pk/improve-claude-changelog-skill

Improve changelog skill: prioritize user-facing language and update e…
This commit is contained in:
kompfner
2026-03-09 13:00:32 -04:00
committed by GitHub
2 changed files with 16 additions and 2 deletions

View File

@@ -1 +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.
- Deepgram Flux STT settings (`keyterm`, `eot_threshold`, `eager_eot_threshold`, `eot_timeout_ms`) can now be updated mid-stream via `STTUpdateSettingsFrame` without triggering a reconnect. The new values are sent to Deepgram as a Configure WebSocket message on the existing connection.