From 0bc8611cd25d3cfe952c96655a54d1e1422ef600 Mon Sep 17 00:00:00 2001 From: Afzal Ansari Date: Sun, 20 Oct 2024 19:57:34 +0000 Subject: [PATCH] updated the docs --- examples/podcast-chatbot/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/podcast-chatbot/README.md b/examples/podcast-chatbot/README.md index 6b38381f2..cac0764a7 100644 --- a/examples/podcast-chatbot/README.md +++ b/examples/podcast-chatbot/README.md @@ -1,6 +1,6 @@ # podcastai -### Have a conversation about any article on the web +### Have a conversation about any technology topics podcastai is a fast conversational AI built using [Daily](https://www.daily.co/) for real-time media transport and [Cartesia](https://cartesia.ai) for text-to-speech. Everything is orchestrated together (VAD -> STT -> LLM -> TTS) using [Pipecat](https://www.pipecat.ai/). @@ -21,4 +21,4 @@ cp env.example .env # and add your credentials python bot.py ``` -While the app is running, go to the `https://.daily.co/` set in `DAILY_SAMPLE_ROOM_URL` and talk to studypal! +While the app is running, go to the `https://.daily.co/` set in `DAILY_SAMPLE_ROOM_URL` and talk to podcaster!