openai / openai-python

The official Python library for the OpenAI API
https://pypi.org/project/openai/
Apache License 2.0
22.85k stars 3.2k forks source link

joint translation and transcription #1044

Closed DiTo97 closed 10 months ago

DiTo97 commented 10 months ago

I would like to keep track of a English speech history no matter the spoken language.

Is it possible to achieve joint translation and transcription with the current whisper model API?

Thus far we have experimented with the following two approaches:

  1. anylanguage-to-English translations API + transcriptions API
  2. transcriptions API + GPT-4 turbo completions API for anylanguage-to-English

It would be nice to have a unified way to achieve that; am I missing something with the API as-is?

rattrayalex commented 10 months ago

Thanks for the suggestion!

This sounds like a feature request for the underlying OpenAI API and not the Python library, so I'm going to go ahead and close this issue.

Would you mind reposting at community.openai.com?

DiTo97 commented 10 months ago

Not at all, @rattrayalex! Thank you.

For future reference, the discussion has been moved here.