feat: update default whisper model

This commit is contained in:
Timothy J. Baek 2024-02-11 02:15:54 -08:00
parent f245c62692
commit 98496a7055
1 changed files with 1 additions and 1 deletions

View File

@ -136,4 +136,4 @@ CHUNK_OVERLAP = 100
####################################
# Transcribe
####################################
WHISPER_MODEL_NAME = "tiny"
WHISPER_MODEL_NAME = "base"