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: simplify A2T return_timestamps type #239

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

rickstaa
Copy link
Collaborator

In the previous pull request, I adhered to the union type used by Whisper, but this caused issues in the multipart handling. To avoid complicating the MultiPartWriter, this commit converts the union type to a string. This change simplifies the multipart handling and user confusion.

@rickstaa rickstaa force-pushed the improve_return_timestamps_type branch from dfef016 to cd6dcd8 Compare October 25, 2024 09:48
In the previous pull request, I adhered to the union type used by Whisper, but
this caused issues in the multipart handling. To avoid complicating the MultiPartWriter,
this commit converts the union type to a string. This change simplifies the multipart
handling and user confusion.
@rickstaa rickstaa force-pushed the improve_return_timestamps_type branch from cd6dcd8 to 72e7c88 Compare October 25, 2024 09:49
@rickstaa rickstaa merged commit 66226cf into main Oct 25, 2024
1 of 3 checks passed
@rickstaa rickstaa deleted the improve_return_timestamps_type branch October 25, 2024 09:50
@rickstaa rickstaa restored the improve_return_timestamps_type branch October 25, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant