amaldavid
I just built a simple chrome extension which uses Groq with a whisper model to do Speech to Text so that we can give speech inputs to Claude. I really liked being able to do speech to text with ChatGPT and missed that quite a bit with Claude, hence built this.

Why Groq? They have a free tier and super fast, so anyone can create an account and add their API key to the extension.

Privacy? The only API calls that are there are to Groq servers, so as long as you have read their T&C you should be fine

This was done and tested in a few hours and quite buggy still but works. Feel free to drop some feedback. Will push more updates, if anyone else actually finds this useful

jaggs
Thanks, looks good. Only Chrome?