Hacker News new | ask | show | jobs
by anant23 739 days ago
What kind of tech are you using for the real-time copilot? Is it a Chrome extension? Are you piping voice to deepgram and then using openai to provide real time responses?
1 comments

I do not have Chrome extension, the app just connects to the meeting tab via tab sharing. And yes while I use Whisper in Prep, in Copilot I use Deepgram for speach-to-text streaming (Whisper doesn't do streaming unfortunately).