mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
feat: whisper support
This commit is contained in:
@@ -132,3 +132,8 @@ CHROMA_CLIENT = chromadb.PersistentClient(
|
||||
)
|
||||
CHUNK_SIZE = 1500
|
||||
CHUNK_OVERLAP = 100
|
||||
|
||||
####################################
|
||||
# Transcribe
|
||||
####################################
|
||||
WHISPER_MODEL_NAME = "tiny"
|
||||
|
||||
Reference in New Issue
Block a user