Update simple-chatbot to use the new development runner - #8
Merged
Merged
Conversation
markbackman
requested review from
aconchillo,
filipi87,
kompfner and
mattieruth
August 2, 2025 21:37
mattieruth
approved these changes
Aug 4, 2025
| 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. |
Contributor
There was a problem hiding this comment.
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 |
Contributor
There was a problem hiding this comment.
why is --transport daily required when bot() appears to only support Daily as a transport?
Contributor
Author
There was a problem hiding this comment.
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
force-pushed
the
mb/simple-chatbot-runner-update
branch
from
August 4, 2025 13:13
1fdca1c to
92c4aa7
Compare
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.