High level wrappers for AI conversation tools: text to speech, speech to text, LLMs


Keywords
ai, deepgram, llm, openai, speech-to-text, speech, stt, text-to-speech, tts, webllm
License
Apache-2.0
Install
npm install [email protected]

Documentation

AI Convo

High level wrappers for AI conversation tools: text to speech, speech to text, LLMs...

Status

  • There be dragons here! This is a work in progress and not ready for production use.

Currently Supported

Speech to Text

  • Deepgram (browser connection via websockets, use short lived API keys)
  • OpenAI Speech API (server side to protect API keys)
  • Play audio returned from server (in browser)

Coming Soon

Language Models

  • OpenAI GPT-4 (server side client side)
  • web-llm (client side, WASM)