From 4453bb9367cf7c8347ac57da23b189027d09be57 Mon Sep 17 00:00:00 2001 From: gaydmi Date: Thu, 14 Dec 2023 15:34:17 +0100 Subject: [PATCH] Corrected small but important typo in readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec70060..b5ebb02 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ This will run a container providing an [HTTP API](#http-api) binded on the host | MODEL_PATH | Path to the model (using MODEL_TYPE=vosk) mounted to /opt/model | /my/path/to/models/vosk-model | ### Micro-service within LinTO-Platform stack -The HTTP serving mode connect a celery worker to a message broker. +The task serving mode connect a celery worker to a message broker. The SERVICE_MODE value in the .env should be set to ```task```.