Adding PRELOAD_MODELS for Speaches.

This commit is contained in:
2026-04-13 19:50:02 -04:00
parent ad7c0a795c
commit ef2dafe248
+1
View File
@@ -254,6 +254,7 @@ services:
ENABLE_UI: true
CHAT_COMPLETION_BASE_URL: "http://ollama:11434/v1"
CHAT_COMPLETION_API_KEY: "this-is-a-place-holder"
PRELOAD_MODELS: '["Systran/faster-whisper-large-v3"]'
healthcheck:
test: ["CMD", "curl", "--fail", "http://0.0.0.0:8000/health"] # TODO: won't work if a user changes the port
interval: 30s