Justin Weisz
Justin Weisz
- remove translator recipe - add to watsonx recipe - use latest version of granite in the code - in the readme use llama and mistral (have them update the...
Lisa has a Pi Zero 2, will start experimenting with it. Maybe we call it TJBot Junior? Should be able to hook up the servo, LED, microphone, speaker. No camera....
We should implement a new recipe to demonstrate a conversational LLM experience with TJBot. Now that there are chat-tuned models available (e.g. `llama-2-70b-chat` and `granite-13b-chat-v1`), this should work well. Also,...
Should each recipe come with both `node.js` and `python` code? Or should we just pick one language and stick with it (e.g. one recipe uses `node.js`, another one uses `python`)?
We decided to move instructional content to the wiki: - [ ] tjbot hardware setup instructions (from the front page), including separate pages for each kind of RPi (3, 4,...
See article here: https://pimylifeup.com/raspberry-pi-nodejs/ ``` sudo apt update sudo apt upgrade sudo apt install -y ca-certificates curl gnupg curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/nodesource.gpg NODE_MAJOR=20 echo "deb...