openai-php / laravel

⚡️ OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API
MIT License
2.82k stars 188 forks source link

Support openai/whisper for speech to text conversion #128

Open jasonkaplan79 opened 4 hours ago

jasonkaplan79 commented 4 hours ago

I want my Laravel application to query OpenAI's (Free and Open source) whisper for speech to text: https://github.com/openai/whisper

Any plans to integrate Whisper support into this codebase?