abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.31k stars 107 forks source link

Support for OpenAI API Key #79

Open Helmasko opened 1 year ago

Helmasko commented 1 year ago

Add support for openai api key as an option.

abdeladim-s commented 1 year ago

@Helmasko, what do you mean ?

Helmasko commented 1 year ago

Add support for using the openai api key instead of running the model locally

abdeladim-s commented 1 year ago

Oh, I understand .. it should be easy to add through the openai package I assume .. I unfortunately don't have an openAI api key to test with.

lotka commented 8 months ago

I had a go in this pull request: https://github.com/abdeladim-s/subsai/pull/124