The current implementation of the OpenAiWhisper provider uses the response_format option to return just text back from the OpenAi API
Removed this option and parse the response.text to follow documentation provided by OpenAi and be more compatible with other "OpenAi compatible" transcription APIs in the future
Additional Information
Developer Validations
[x] I ran yarn lint from the root of the repo & committed changes
Pull Request Type
Relevant Issues
resolves #2617
What is in this change?
response_format
option to return just text back from the OpenAi APIresponse.text
to follow documentation provided by OpenAi and be more compatible with other "OpenAi compatible" transcription APIs in the futureAdditional Information
Developer Validations
yarn lint
from the root of the repo & committed changes