rhasspy / rhasspy3

An open source voice assistant toolkit for many human languages
MIT License
301 stars 25 forks source link

Small issue in tutorial #6

Closed kha84 closed 1 year ago

kha84 commented 1 year ago

Keep following your tutorial, it's like reading a novel of your favorite author. Found a small issue there, I guess:

Instead of

echo 'What time is it?' | script/run bin/handle_handle.py --debug

there should be

echo 'what time is it?' | script/run bin/handle_text.py --debug
synesthesiam commented 1 year ago

Thank you for the feedback and the kind words :) Fixed!