Skip to content

Commit

Permalink
updated the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
afzal442 committed Oct 20, 2024
1 parent 34207da commit 0bc8611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/podcast-chatbot/README.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand All @@ -21,4 +21,4 @@ cp env.example .env # and add your credentials
python bot.py
```

While the app is running, go to the `https://<yourdomain>.daily.co/<room_url>` set in `DAILY_SAMPLE_ROOM_URL` and talk to studypal!
While the app is running, go to the `https://<yourdomain>.daily.co/<room_url>` set in `DAILY_SAMPLE_ROOM_URL` and talk to podcaster!

0 comments on commit 0bc8611

Please sign in to comment.