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 24, 2024
1 parent 34207da commit 2ffc34c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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!
2 changes: 1 addition & 1 deletion examples/podcast-chatbot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async def main():
messages = [
{
"role": "system",
"content": "You are Keith, the podcast host. You will engage with the participants by asking about tech topics, keeping responses short, clear, and conversational."
"content": "You are an AI assistant, the podcast host. You will engage with the participants by asking about tech topics, keeping responses short, clear, and conversational."
}
]

Expand Down

0 comments on commit 2ffc34c

Please sign in to comment.