Hacker News new | ask | show | jobs
by ForHackernews 492 days ago
>transcribing it using the Groq API

It's not really local: it sends all the audio to some cloud AI API.

3 comments

I'm not familiar with Groq, but it looks like:

https://sdk.vercel.ai/providers/ai-sdk-providers/groq

Some open models support it. It seems in theory that you could use your own cloud AI then right?

ive fixed it now, it now runs whisper locally to transcribe
thats true, plan is to update to transcribe locally next