Query
model
string
default:"openai/whisper"
required
The model to be used;
Body
temperature to use for sampling
Translate the text to English when set to True
optional text to provide as a prompt for the first window.
condition_on_previous_text
if True, provide the previous output of the model as a prompt for the next window; disabling may make the text inconsistent across windows, but the model becomes less prone to getting stuck in a failure loop.