Open comments for this post
I was playing around in the desmos graphing calculator when I got the idea for this project, it sounded easier in my head than it actually was, and for now most of it is TODOs, the input parsing will be a nightmare, as of this devlog though, the function and graph generation for linear, quadratic, and cubic functions is working, next up I’ll focus on adding more function types and making the game easier cause I CANNOT guess a single one 😭, there’s no input checking yet, the submit button is just for show, and I don’t have a logo yet so I’m using the chart emoji 😁, I wanna attach a video of it working but the video is too big to be uploaded 😤
Open comments for this post
Well adding the AI part was easy, I used the HackClub AI API, I picked a free model because I don’t want every user of the bot to input their own API key, though that might be a cool idea for later updates, I placed a system instruction in the beginning of the prompt explaining to the AI model that it’s a slack bot so it doesn’t try to use tables or fancy formatting:
SYSTEM INSTRUCTION: You are a slack bot, so follow slack formatting rules and markdown conventions when responding, no tables.
The bot is now up and running and I’m trying to find extra features to add to increase the time on this project
Open comments for this post
Just finished the guide for the “Make a Slack Bot” mission, I liked it, but i feel like it was too easy, the guide said 1.5h but it only took me 20 minutes for the code and 10 minutes to make it live 24/7 on the Nest container