From f756027333b3f5a133d3846622fd9881d643fb73 Mon Sep 17 00:00:00 2001 From: Jon Taylor Date: Mon, 13 May 2024 17:17:41 +0100 Subject: [PATCH] updated text for simple example --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 5017b546d..2dfaffe2b 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,7 @@ There are two directories of examples: ## A simple voice agent running locally -If you’re doing AI-related stuff, you probably have an OpenAI API key. - -To generate voice output, one service that’s easy to get started with is ElevenLabs. If you don’t already have an ElevenLabs developer account, you can sign up for one [here]. - -So let’s run a really simple agent that’s just a GPT-4 prompt, wired up to voice input and speaker output. +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. ```python #app.py