Files
pipecat/examples/quickstart
2025-07-25 22:33:49 -04:00
..
2025-07-25 22:33:49 -04:00
2025-07-25 21:29:46 -04:00
2025-07-25 21:29:46 -04:00
2025-07-25 22:33:49 -04:00
2025-07-25 18:04:40 -04:00
2025-07-25 21:29:46 -04:00
2025-07-25 21:29:46 -04:00
2025-07-25 22:33:49 -04:00
2025-07-25 21:29:46 -04:00
2025-07-25 22:33:49 -04:00

Quickstart - TBD TBD TBD TBD

Setup

  1. Set up a venv

  2. Install packages

pip install "pipecat-ai[webrtc,deepgram,openai,cartesia,silero]"
"pipecat-ai-small-webrtc-prebuilt"
"python-dotenv"

  1. Configure environment variables

Create a .env file:

cp env.example .env

Then, add your API keys:

DEEPGRAM_API_KEY=your_deepgram_api_key
OPENAI_API_KEY=your_openai_api_key
CARTESIA_API_KEY=your_cartesia_api_key
  1. Run the example
python bot.py

Connect to your bot in a browser at http://localhost:7860