Skip to content

Commit

Permalink
Update v4/examples/aiVoiceAgents.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 Jun 26, 2024
1 parent c962818 commit 90ee760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v4/examples/aiVoiceAgents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description: "Deploy a real-time AI voice agent"
In this tutorial, I am going to create a real-time voice agent that can respond to any query via speech, in speech, in ~500ms. This is an extremely flexible implementation where you have the
ability to swap in any LLM's 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.

In order to create this application, we use the [PipeCat](https://www.pipecat.ai/) framework that takes care of stringing together all these components as well as handles some of the functionality we
might need such as handling user interuptions, dealing with audio data etc. We will show this functionality by joining a meeting room with our voice agent using [Daily](https://daily.co) (the creators of Pipecat) and will deploy this application on Cerebrium to show how it handles deploying and scaling our application seamlessly.
To create this application, 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. We will show this functionality by joining a meeting room with our voice agent using [Daily](https://daily.co) (the creators of Pipecat) and will deploy this application on Cerebrium to show how it handles deploying and scaling our application seamlessly.

You can find the final version of the code [here](TODO)

Expand Down

0 comments on commit 90ee760

Please sign in to comment.