@fleeky @mauve
Ooh, though, Godot might be onto something if it connects into this GodotOS (fake OS) system with some API.
🤩
https://github.com/popcar2/GodotOS
@fleeky Stuff like searching github, running shell scripts, checking my emails. Generally individual function calls that take in and output text
@mauve having a bunch of shell scripts that can be called by an ai seems like a pretty good one hmm ..
@mauve heard of wled ?
it has an http api :)
https://kno.wled.ge/interfaces/http-api/
so you could use whisper to do speach to txt and then llm function calls to control the lighting in your house?
@fleeky I actually used Vosk for my talk today with my wikipedia enabled agent and it's way faster and more accurate than whisper (for the small models)
@mauve oh cool i will check that out thanks !
@mauve also i have a custom lighting system i designed that talks over telnet ,, could probably use an llm to issue commands hmmm
@fleeky Oh yeah! My mind goblin demo uses JavaScript so you could use any javascript function that takes json and outputs json
@mauve me neither lol , did you have a particular space of apis you have in mind ?