Get started
Prerequisites
Pipecat Integration
Option 1: Clone pipecat repository and checkout the ready to use ojin-chatbot example
python -m venv venv
source venv/bin/activate
pip install -r requirements.txtOJIN_API_KEY="your_api_key_here"
OJIN_CONFIG_ID="your_persona_id_here"python mock/mock_bot.pypython bot.pyHow It Works
Next Steps
API Reference
Last updated
Was this helpful?