Open amjadnattouf opened 2 weeks ago
Test cases for whisper recognizer: Raise a SetupError when the API key is missing. Raise a ValueError when invalid audio data is provided. Raise a SetupError with a specific error message when the openai module is not found.
As requested, here is the new pr. @ftnext
Thanks. I will review this after #783
Test cases for whisper recognizer: Raise a SetupError when the API key is missing. Raise a ValueError when invalid audio data is provided. Raise a SetupError with a specific error message when the openai module is not found.