forked from open-webui/open-webui
feat: update default whisper model
This commit is contained in:
parent
f245c62692
commit
98496a7055
1 changed files with 1 additions and 1 deletions
|
@ -136,4 +136,4 @@ CHUNK_OVERLAP = 100
|
||||||
####################################
|
####################################
|
||||||
# Transcribe
|
# Transcribe
|
||||||
####################################
|
####################################
|
||||||
WHISPER_MODEL_NAME = "tiny"
|
WHISPER_MODEL_NAME = "base"
|
||||||
|
|
Loading…
Reference in a new issue