A simple Simli WebRTC AI Agent demo using Deepgram's Voice Agent API
- Rename .env_sample to .env and paste your API keys
NEXT_PUBLIC_SIMLI_API_KEY= YOUR-SIMLI-KEY
NEXT_PUBLIC_DEEPGRAM_API_KEY= YOUR-DEEPGRAM-KEY
NEXT_PUBLIC_SERVER_URL=ws://localhost:3001 (Update this if running the server publicly)
Simli: GET API KEY
Deepgram: GET API KEY
- Insall packages
npm install
- Run Server
npm run server
- Run Client
npm run dev