Standalone OpenAI transcription Python script
OpenAI announced some new audio models yesterday, including new transcription models(gpt-4o-transcribe and gpt-4o-mini-transcribe). This model performs better than Whisper, though because they are built on top of language models, they're prone to prompt injection attacks. You can also access it using the Realtime API. After a bit…