mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01: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