Frequently asked questions and troubleshooting for Burki Voice AI
DATABASE_URL
and ensure PostgreSQL is running and accessible.
Q: The app can’t find my API keys.
A: Make sure your .env
file is present, filled out, and loaded by your process manager or deployment platform.
Q: How do I enable audio denoising?
A: Run ./scripts/build_rnnoise.sh
and set AUDIO_DENOISING_METHOD=rnnoise
in your .env
.
/api/assistants
with the required fields.
Q: Where can I find call recordings and transcripts?
A: In the dashboard under call history, or in your S3 bucket if configured.
Q: How do I reset my password?
A: Use the password reset link on the login page or contact your admin.
--env-file
option for Docker.