We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e6be74 + 95a9b7e commit 3b17bdaCopy full SHA for 3b17bda
run_server.py
@@ -38,7 +38,7 @@
38
parser.add_argument('--max_connection_time',
39
type=int,
40
default=300,
41
- help='Path to cache the converted ctranslate2 models.')
+ help='The maximum duration (in seconds) a client can stay connected. Defaults to 300 seconds (5 minutes)')
42
parser.add_argument('--cache_path', '-c',
43
type=str,
44
default="~/.cache/whisper-live/",
0 commit comments