Fix tiny transcribe() docstring typo (#857)

s/successfully/successively, which I believe was the intent.
This commit is contained in:
adamreis 2023-01-16 22:42:01 -08:00 committed by GitHub
parent f82bc59f5e
commit 70861c7ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ def transcribe(
If False, displays minimal details. If None, does not display anything
temperature: Union[float, Tuple[float, ...]]
Temperature for sampling. It can be a tuple of temperatures, which will be successfully used
Temperature for sampling. It can be a tuple of temperatures, which will be successively used
upon failures according to either `compression_ratio_threshold` or `logprob_threshold`.
compression_ratio_threshold: float