Hacker News new | ask | show | jobs
by za_mike157 696 days ago
We partnered with them and so its locally running their STT model on the container. You will see in the code we have a image reference which includes the Deepgram model
2 comments

Not sure why it requires a Deepgram API key if it is running locally?

> DeepgramClient(os.getenv("DEEPGRAM_API_KEY"))

That is only for the data processing step that I run locally on my Mac to embed all his Youtube videos and upload to the VectorDB. Im not running Deepgram locally there
That is awesome!