Prerequisites
- Get an API key from https://play.cartesia.ai/keys and export it:
export CARTESIA_API_KEY=your_api_key. - Run
uv pip install cartesia openaito install the dependencies. - Export your OpenAI API key:
export OPENAI_API_KEY=your_openai_api_key_here.