deepgram-previews / real-time-voice-bot

MIT License
20 stars 14 forks source link

real-time-voice-bot

About

This is a simple example of how you could build a Real Time Voice Bot using Deepgram's Real Time Speech to Text and Text to Speech.

This example uses Langchain and OpenAI's ChatGPT LLM

Setup

npm i

API Keys

export OPEN_AI_API_KEY=xxx
export DEEPGRAM_API_KEY=xxx

Running

npm run start

Webpage URL

http://localhost:3000/