From 01b049cf37ae5a27324ce83104d87b4211fcddae Mon Sep 17 00:00:00 2001 From: charles Date: Fri, 5 Jun 2026 23:10:39 -0700 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 13c8c97..b2886e1 100644 --- a/main.py +++ b/main.py @@ -57,7 +57,7 @@ def main(): parser.add_argument( "--whisper-model", type=str, - default=os.environ.get("WHISPER_MODEL", "base"), + default=os.environ.get("WHISPER_MODEL", "turbo"), help="The Whisper model to use for STT", )