Skip to content

Update simple-chatbot to use the new development runner - #8

Merged
markbackman merged 1 commit into
mainfrom
mb/simple-chatbot-runner-update
Aug 4, 2025
Merged

markbackman merged 1 commit into
mainfrom
mb/simple-chatbot-runner-update

Conversation

@markbackman

Copy link
Copy Markdown
Contributor

No description provided.

@mattieruth mattieruth left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tiny questions. otherwise, lgtm

Comment thread simple-chatbot/server/README.md Outdated
HOST= # Optional: Host address (defaults to 0.0.0.0)
FAST_API_PORT= # Optional: Port number (defaults to 7860)
```
A Pipecat server-side bot that connects to the Pipecat client, enabling a user to talk to the bot through their browser.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A Pipecat server-side bot that connects to the Pipecat client, enabling a user to talk to the bot through their browser.
A Pipecat server-side bot that connects to a Pipecat client, enabling a user to talk to the bot through their browser or mobile device.

3. Run the bot:

```bash
python bot-openai.py --transport daily

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is --transport daily required when bot() appears to only support Daily as a transport?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The client apps are set up to use the DailyTransport. The runner uses the SmallWebRTCTransport as the default, so you need to start the bot file with a specified transport; in this case, it's Daily.

@markbackman
markbackman force-pushed the mb/simple-chatbot-runner-update branch from 1fdca1c to 92c4aa7 Compare August 4, 2025 13:13
@markbackman
markbackman merged commit be5018e into main Aug 4, 2025
1 check passed
anay-asha pushed a commit to anay-asha/pipecat-examples that referenced this pull request Sep 28, 2025
…ner-update

Update simple-chatbot to use the new development runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants