Simple web interface for the Deepgram Voice AI Agent API showing a simple menu ordering system.
- LLM Configuration
- LLM Function Calling
- Websocket Interface
- Sending browser microphone audio
- Receiving audio response
Set your Deepgram API Key in main.js here
let ws = new WebSocket("wss://agent.deepgram.com/agent", ["token", "<your-api-key-here>"]);
npm install -g http-server
In the root of the repo run
http-server