From 3bde4c117bf76ceb5645eff8cf534157f0e4e00d Mon Sep 17 00:00:00 2001 From: dickorydock Date: Tue, 7 Mar 2023 03:57:41 +0000 Subject: [PATCH] Clarified syntax for model path (#12) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 1cdefd6..6ba8e33 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ You need to download a kaldi model or provide a direct download url "stt": { "module": "ovos-stt-plugin-vosk", "ovos-stt-plugin-vosk": { - "model": "path/to/model/folder" + "model": "/path/to/unzipped/model/folder" } } @@ -58,4 +58,4 @@ This plugin can be used together with [ovos-stt-http-server](https://github.com/ ```bash docker run -p 8080:8080 ghcr.io/openvoiceos/vosk-stt-http-server:master -``` \ No newline at end of file +```