Hacker News new | ask | show | jobs
by sirjaz 492 days ago
Looks awesome, love that it is a local native app
1 comments

>transcribing it using the Groq API

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

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