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

Support for more response formats when making Whisper API requests #41

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Mar 23, 2023

  1. add support for transcriptions returning response formats which are n…

    …ot json only, such as text, .srt and .vtt
    Markus Skyttner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d50260c View commit details
    Browse the repository at this point in the history
  2. add support for response formats for translations which are not json …

    …only, such as text, .srt and .vtt and also
    Markus Skyttner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0abc13c View commit details
    Browse the repository at this point in the history
  3. add data with a named vector of iso 639-1 language codes (taken from …

    …wikipedia)
    Markus Skyttner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    14cafb7 View commit details
    Browse the repository at this point in the history
  4. fix typo

    Markus Skyttner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ba096eb View commit details
    Browse the repository at this point in the history
  5. add docs and tests

    Markus Skyttner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    bca78ab View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from mskyttner/whisper-response-formats

    Whisper response formats
    mskyttner authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9bf80c4 View commit details
    Browse the repository at this point in the history