Update main.py

This commit is contained in:
2026-06-05 23:10:39 -07:00
parent da5ab1bb44
commit 01b049cf37
+1 -1
View File
@@ -57,7 +57,7 @@ def main():
parser.add_argument( parser.add_argument(
"--whisper-model", "--whisper-model",
type=str, type=str,
default=os.environ.get("WHISPER_MODEL", "base"), default=os.environ.get("WHISPER_MODEL", "turbo"),
help="The Whisper model to use for STT", help="The Whisper model to use for STT",
) )