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

Add support for timestamp granularities for Create Transcriptions endpoint #263

Closed
syntaxerror1024 opened this issue Mar 8, 2024 · 1 comment · Fixed by #268 or RageAgainstThePixel/com.openai.unity#210
Assignees
Labels
enhancement New feature or request

Comments

@syntaxerror1024
Copy link

Feature Request

Is your feature request related to a problem? Please describe.

OpenAI has added support for timestamp granularities, "word" or "segment", to the Create Transcriptions endpoint. Documented here: https://platform.openai.com/docs/api-reference/audio/createTranscription

Describe the solution you'd like

Allow passing "word", "segment" or both to the Create Transcriptions endpoint.

Describe alternatives you've considered

Right now I will have to access the OpenAI API directly to use this feature. It is a bit cumbersome, which is why I use this library!

Additional context

N/A

@syntaxerror1024 syntaxerror1024 added the enhancement New feature or request label Mar 8, 2024
@StephenHodgson StephenHodgson self-assigned this Mar 8, 2024
@syntaxerror1024
Copy link
Author

@StephenHodgson

Thank you for adding support for this. It is very much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
2 participants