Adding PRELOAD_MODELS for Speaches.
This commit is contained in:
@@ -254,6 +254,7 @@ services:
|
|||||||
ENABLE_UI: true
|
ENABLE_UI: true
|
||||||
CHAT_COMPLETION_BASE_URL: "http://ollama:11434/v1"
|
CHAT_COMPLETION_BASE_URL: "http://ollama:11434/v1"
|
||||||
CHAT_COMPLETION_API_KEY: "this-is-a-place-holder"
|
CHAT_COMPLETION_API_KEY: "this-is-a-place-holder"
|
||||||
|
PRELOAD_MODELS: '["Systran/faster-whisper-large-v3"]'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "--fail", "http://0.0.0.0:8000/health"] # TODO: won't work if a user changes the port
|
test: ["CMD", "curl", "--fail", "http://0.0.0.0:8000/health"] # TODO: won't work if a user changes the port
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
Reference in New Issue
Block a user