Skip to content

Commit

Permalink
Updates polling interval in transcribe method to 20 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
cr2007 committed Jun 30, 2024
1 parent cf2a8a3 commit c1342ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cambai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ def transcribe(
language: int,
*,
save_to_file: bool = False,
polling_interval: float = 2,
polling_interval: float = 20,
debug: bool = False,
) -> list[TranscriptionResult]:
"""
Expand Down

0 comments on commit c1342ba

Please sign in to comment.