- tong is a simple voice assistant which contains of a few basic features.
- I made this project for fun. I named it tong cuz my mom wanted me to do it :P
you can go to
./ai/index.htmland./ai/tong.jsand change tong to whatever name you want
you can go to./ai/tong.jsand go to line 213 and change to any youtube playlist you like (PS: Im trying to get it working using a json file)
js else if(message.includes('your_command')) { // what ever features you want to add const finalText = 'what ever you want', speak.text = finalText }
change your_command to your command name, 'what ever you want' to what your assistant will respond
you can create a pull request. Give me some ideas pls
also please make your changes if you know what you are doing. You changed something and you got an error, Im not helping.