We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5959d87 + ba9325a commit 3470a24Copy full SHA for 3470a24
1 file changed
README.md
@@ -66,7 +66,8 @@ A Docker container is available that can be connected to Home Assistant via the
66
``` sh
67
docker run -it -p 10300:10300 \
68
-v /path/to/download/models:/models \
69
- -v /path/to/train:/train rhasspy/wyoming-speech-to-phrase \
+ -v /path/to/train:/train \
70
+ rhasspy/wyoming-speech-to-phrase \
71
--hass-websocket-uri 'ws://homeassistant.local:8123/api/websocket' \
72
--hass-token '<LONG_LIVED_ACCESS_TOKEN>' \
73
--retrain-on-start
0 commit comments