updated text for simple example

This commit is contained in:
Jon Taylor
2024-05-13 17:17:41 +01:00
parent 65c4c0b21f
commit f756027333

View File

@@ -52,11 +52,7 @@ There are two directories of examples:
## A simple voice agent running locally ## A simple voice agent running locally
If youre doing AI-related stuff, you probably have an OpenAI API key. Here is a very basic Pipecat bot that greets a user when they join a real-time session. We'll use [Daily](https://daily.co) for real-time media transport, and [ElevenLabs](https://elevenlabs.io/) for text-to-speech.
To generate voice output, one service thats easy to get started with is ElevenLabs. If you dont already have an ElevenLabs developer account, you can sign up for one [here].
So lets run a really simple agent thats just a GPT-4 prompt, wired up to voice input and speaker output.
```python ```python
#app.py #app.py