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

Enable prompt broadcasting / specification #3

Open
3 tasks
Blair-Johnson opened this issue Jan 9, 2023 · 2 comments
Open
3 tasks

Enable prompt broadcasting / specification #3

Blair-Johnson opened this issue Jan 9, 2023 · 2 comments

Comments

@Blair-Johnson
Copy link
Owner

Currently prompt specification of the form model.transcribe([audio1, audio2], prompt='prompt') is untested. Need to investigate and enable the following usage: model.transcribe([audio1, audio2], prompt=['prompt1', 'prompt2']), and model.transcribe([audio1, audio2], prompt='prompt') (where 'prompt' is used for all input files).

TODO

  • Investigate current behavior when prompts are specified by the user
  • Enable per-file prompt specification
  • Enable broadcast prompt specification
@shaynemei
Copy link

@Blair-Johnson Hi, this would be a great feature. Is this being worked on?

@Blair-Johnson
Copy link
Owner Author

@Blair-Johnson Hi, this would be a great feature. Is this being worked on?

Thanks for your interest! I currently don't have a timeline for implementing prompting, but it is on the to-do list for when I have more bandwidth to work on this.

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

No branches or pull requests

2 participants