restructure readme,

This commit is contained in:
Max Bain
2022-12-19 19:41:39 +00:00
parent 228b857597
commit cbaeb85034
2 changed files with 29 additions and 23 deletions

View File

@ -26,7 +26,7 @@ def transcribe(
compression_ratio_threshold: Optional[float] = 2.4,
logprob_threshold: Optional[float] = -1.0,
no_speech_threshold: Optional[float] = 0.6,
condition_on_previous_text: bool = True,
condition_on_previous_text: bool = False, # turn off by default due to errors it causes
**decode_options,
):
"""