Merge pull request #4282 from pipecat-ai/mb/cartesia-stt-settings-update

Reconnect Cartesia STT websocket on settings change
This commit is contained in:
Mark Backman
2026-04-13 18:18:36 -04:00
committed by GitHub
2 changed files with 15 additions and 11 deletions

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

@@ -0,0 +1 @@
- `CartesiaSTTService` now supports runtime settings updates (e.g. changing `language` or `model` via `STTUpdateSettingsFrame`). The service automatically reconnects with the new parameters. Previously, settings updates were silently ignored.