Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 669 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 669 Bytes

simli-ai-agent-demo

A simple Simli WebRTC AI Agent demo using Deepgram's Voice Agent API

sample

Try Demo

  1. 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

  1. Insall packages
npm install
  1. Run Server
npm run server
  1. Run Client
npm run dev