Skip to content

upgrade pipecat and add xai stt and tts#131

Merged
katstankiewicz merged 6 commits into
mainfrom
update-pipecat
Jun 4, 2026
Merged

upgrade pipecat and add xai stt and tts#131
katstankiewicz merged 6 commits into
mainfrom
update-pipecat

Conversation

@katstankiewicz
Copy link
Copy Markdown
Collaborator

  • upgrade pipecat to >1.0.0
  • upgrade deepgram to >=7.0 (to use flux multilingual)
  • add xai stt and tts

self._task = PipelineTask(
pipeline,
params=PipelineParams(
allow_interruptions=True,
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this setting is moved to user turn strategies enable_interruptions and defaults to True

@raghavm243512
Copy link
Copy Markdown
Collaborator

I think Deepgram TTS will require this format now for new version:

    elif model_lower == "deepgram":
        logger.info(f"Using Deepgram TTS: {params['model']}")
        return DeepgramTTSService(
            api_key=api_key,
            sample_rate=SAMPLE_RATE,
            settings=DeepgramTTSService.Settings(
                model=params["model"],
                voice=params.get("voice", "aura-2-helena-en"),
                language=language_code,
            ),
        )

@katstankiewicz katstankiewicz added this pull request to the merge queue Jun 4, 2026
Merged via the queue into main with commit 5fc5eb2 Jun 4, 2026
1 check passed
@katstankiewicz katstankiewicz deleted the update-pipecat branch June 4, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants