Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: modify recognize_whisper_api according to the new version of the OpenAI API #736

Closed
wants to merge 1 commit into from

Conversation

ramoncorominas
Copy link

This PR addresses the deprecation of the audio.transcribe endpoint, which is no longer functional. The updated code now utilizes the audio.transcriptions.create endpoint for speech recognition tasks. This change involves the creation of a new client to interact with the updated endpoint, ensuring the continued functionality of our audio transcription services.

albertpurnama
albertpurnama approved these changes Mar 28, 2024
@albertpurnama
Copy link

#729

Seems like a duplicate to this!

@ramoncorominas
Copy link
Author

#729

Seems like a duplicate to this!

Oh, I apologize, I forgot to check if there was already a fix, I fixed it for a little app and thought it would be good to send it. Please check that PR and approve it if it is ok ☺

@ftnext ftnext added bug duplicate whisper Features related to Whisper labels Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug duplicate whisper Features related to Whisper
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants