Skip to content

Commit

Permalink
Clarified syntax for model path (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dickorydock authored Mar 7, 2023
1 parent 7f2b7a9 commit 3bde4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down Expand Up @@ -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
```
```

0 comments on commit 3bde4c1

Please sign in to comment.