|
|
|
|
|
by lovehashbrowns
9 days ago
|
|
I made myself a silly ai-chungus it works as a series of containers that communicate over mqtt. I have an ollama shim for other services to talk to a model on my other machine, telegram shim that acts as a ui, a study component that will give me a random subject for me to study over the course of a week and I give a proper implementation (let’s say a ring buffer) and it reviews the code I wrote. It has some minor gen things using comfyui like a card pull system with cards, card text, rarity system, and special card effects like holo. And my favorite bit has been tying my todo system into it so I have a thermal receipt printer which will print a task I have to do for the day, prints a barcode, and when I finish the task I scan it with an iOS shortcut. It’s beautiful. What’s been the most fun was designing the mqtt topics in a way that makes everything else flow perfectly. Oh and there’s a tts system that uses kitten-tts which will produce audio for certain messages and an esp32 that gets those sound files and plays them on a speaker, or I can play the messages on telegram. Like if I do an /overview command on telegram i get an overview of my incomplete tasks and the ollama model helps prioritize. It’s my favorite use of ai junk at the moment |
|
Can you explain the study thing in more detail? Or give an example of how you use it?