Deploy Pipecat applications to Cerebrium
pip install cerebrium
to install the Python package.cerebrium login
to authenticate yourself.main.py
- Your application entrypointcerebrium.toml
- Configuration for build and environment settingscerebrium.toml
with the necessary configuration:
OPENAI_API_KEY
- We use OpenAI For the LLM. You can get your API key from hereDAILY_TOKEN
- For WebRTC communication. You can get your token from hereCARTERSIA_API_KEY
- For text-to-speech services. You can get your API key from heremain.py
that combines our LLM, TTS and Daily WebRTC transport layer.
POST \<BASE_URL\>/main
that you can call with your room_url and token. Let us test it.