chore: remove belief collector and small tweaks
This commit is contained in:
@@ -55,4 +55,6 @@ def test_get_decode_options():
|
||||
assert isinstance(options["sample_len"], int)
|
||||
|
||||
# When disabled, it should not limit output length based on input size
|
||||
assert "sample_rate" not in options
|
||||
recognizer = OpenAIWhisperSpeechRecognizer(limit_output_length=False)
|
||||
options = recognizer._get_decode_options(audio)
|
||||
assert "sample_len" not in options
|
||||
|
||||
Reference in New Issue
Block a user