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
npm i
export OPEN_AI_API_KEY=xxx
export DEEPGRAM_API_KEY=xxx
npm run start