I am working on a little replacement for ai chatbots. Because I am not running an LLM locally, I have resorted to a low-tech solution
ai() { cat - >/dev/null; cowsay `fortune` }
So far it's not too distinguishable from a normal LLM in terms of usefulness.