Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions fern/integrations/pipecat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ title: Pipecat

Pipecat is a framework for building conversational agents. Cartesia provides both Text-to-Speech (TTS) and Speech-to-Text (STT) services for Pipecat through our [official integration](https://github.com/pipecat-ai/pipecat/tree/main/src/pipecat/services/cartesia).

To get started with Cartesia on Pipecat, see the StudyPal example:
To get started with Cartesia on Pipecat, see the Quickstart example:

<Card title="Pipecat > Examples > StudyPal" icon="fa-brands fa-github" href="https://github.com/pipecat-ai/pipecat/tree/main/examples/studypal">
StudyPal example in the Pipecat repo.
<Card title="Pipecat > Examples > Quickstart" icon="fa-brands fa-github" href="https://github.com/pipecat-ai/pipecat/tree/main/examples/quickstart">
Quickstart example in the Pipecat repo.
</Card>

Pipecat's foundational examples are built on Cartesia's WebSocket API, which makes them a great starting point as well:
Expand Down