Skip to content

Commit

Permalink
Update v4/examples/twilio-voice-agent.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Irwin <[email protected]>
  • Loading branch information
milo157 and jonoirwinrsa authored Oct 28, 2024
1 parent 4ea6a1d commit 1e82e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v4/examples/twilio-voice-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: "Integrate a real-time AI voice agent with Twilio"

In this tutorial, I'm going to create a real-time voice agent that can respond to any query via speech, in speech that is initiated via a phone call using Twilio. This is an extremely flexible implementation where you can swap in any LLM or Text-to-speech (TTS) model of your liking. This is extremely useful for use cases involving voice such as customer support bots and receptionists.

To create this app, we use the [PipeCat](https://www.pipecat.ai/) framework that takes care of stringing together all the components and it handles some of the functionality we
might need such as user interruptions, dealing with audio data etc.
To create this app, we use the [PipeCat](https://www.pipecat.ai/) framework that takes care of stringing together all the components. Pipecat handles some of the functionality we
might need such as user interruptions and dealing with audio data etc.

You can find the final version of the code [here](https://github.com/CerebriumAI/examples/tree/master/24-twilio-voice-agent)

Expand Down

0 comments on commit 1e82e7c

Please sign in to comment.