This repo contains everything you need to run your own AI voice assistant that responds to you in less than 500ms.
It uses:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
- add values for keys in
.env
python main.py dev
- Go to the playground (code here)
- Choose the same LiveKit Cloud project you used in the agent's
.env
and clickConnect