./command -m ./models/ggml-small.en.bin -t 8\r
\r
# On Raspberry Pi, use tiny or base models + "-ac 768" for better performance\r
-./command -m ./models/ggml-tiny.en.bin -ac 768 -t 4 -c 0\r
+./command -m ./models/ggml-tiny.en.bin -ac 768 -t 3 -c 0\r
+\r
+# Run in guided mode, the list of allowed commands is in commands.txt\r
+./command -m ./models/ggml-base.en.bin -cmd ./examples/command/commands.txt\r
+\r
+# On Raspberry Pi, in guided mode you can use "-ac 128" for extra performance\r
+./command -m ./models/ggml-tiny.en.bin -cmd ./examples/command/commands.txt -ac 128 -t 3 -c 0\r
```\r
\r
https://user-images.githubusercontent.com/1991296/204038393-2f846eae-c255-4099-a76d-5735c25c49da.mp4\r