Skip to content

docs: update for pipecat PR #3953#596

Open
markbackman wants to merge 1 commit intomainfrom
docs/pr-3953
Open

docs: update for pipecat PR #3953#596
markbackman wants to merge 1 commit intomainfrom
docs/pr-3953

Conversation

@markbackman
Copy link
Contributor

Automated documentation update for pipecat PR #3953.

Changes

Updated server/services/stt/deepgram.mdx to document the new on-the-fly Configure support for DeepgramFluxSTTService:

  • Flux InputParams table: Added "On-the-fly" column indicating which parameters (keyterm, eot_threshold, eager_eot_threshold, eot_timeout_ms) can be updated mid-stream without reconnecting
  • Usage section: Added new "Updating Settings Mid-Stream" example showing how to use STTUpdateSettingsFrame with DeepgramFluxSTTSettings
  • Notes section: Added note explaining that these settings are sent as Configure messages over the existing WebSocket connection

Summary

PR #3953 adds support for updating certain Deepgram Flux STT settings on-the-fly via STTUpdateSettingsFrame. The documentation now clearly indicates which parameters support this capability and provides a practical example.

Gaps identified

None

Update documentation for pipecat PR #3953, which adds mid-stream
configuration updates for DeepgramFluxSTTService via Configure messages.

Changes:
- Updated Flux InputParams table with "On-the-fly" column
- Added usage example for updating settings mid-stream
- Added note about Configure capability in Notes section

The keyterm, eot_threshold, eager_eot_threshold, and eot_timeout_ms
settings can now be updated without reconnecting the WebSocket.
@markbackman markbackman added the auto-docs Automated documentation update from pipecat source changes label Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-docs Automated documentation update from pipecat source changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant