Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 📁 Archive Notice

**This repository has been archived and is no longer actively maintained.**

For the latest Pipecat Cloud documentation, examples, and getting started guides, please visit:
- [Pipecat Documentation](https://docs.pipecat.ai/deployment/pipecat-cloud/introduction)
- [Quickstart](https://github.com/pipecat-ai/pipecat-quickstart)

---


# Pipecat Cloud Starter Project

[![Docs](https://img.shields.io/badge/Documentation-blue)](https://docs.pipecat.daily.co) [![Discord](https://img.shields.io/discord/1217145424381743145)](https://discord.gg/dailyco)
Expand Down
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async def on_participant_left(transport, participant, reason):
logger.info("Participant left: {}", participant)
await task.cancel()

runner = PipelineRunner()
runner = PipelineRunner(handle_sigint=False, force_gc=True)

await runner.run(task)

Expand Down