openai-python
openai-python copied to clipboard
Support Whisper from CLI
Describe the feature or improvement you're requesting
It would be nice to upload audio files with the CLI tool and get the API response. Thank you for considering.
Additional context
No response
Thanks for suggestion this!
hi there! the CLI already supports the Whisper API endpoints. Here's an example of how to use it:
openai api audio.transcribe -f=/path/to/your/file.mp3
Thank you Michelle!