You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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'])
, andmodel.transcribe([audio1, audio2], prompt='prompt')
(where'prompt'
is used for all input files).TODO
The text was updated successfully, but these errors were encountered: