No need to panic in this case. While I hate OpenAI, there’s two things to note here:
Whisper is an open source library for speech recognition rather than generative AI, run entirely locally. It’s just using ML to do something we could already do with computers (speech recognition), but better.
They aren’t even directly using the OpenAI version - they’re using whisper.cpp, a port of the model.
No need to panic in this case. While I hate OpenAI, there’s two things to note here: