Is it weird I'm kind of more interested in this included "go_questionary" library?
Do folks recommend Questionary as a good Python command line UI tool? I really like Rich but it goes not have this type of selection UI.
71–73 of 73 posts
Is it weird I'm kind of more interested in this included "go_questionary" library?
Do folks recommend Questionary as a good Python command line UI tool? I really like Rich but it goes not have this type of selection UI.
We've gone full circle: efficient meta languages back to inefficient and ambivalent natural language.
I'm endlessly amused by the fact that among the first applications of LLMs were tools to summarise emails, accompanied by tools to write your emails based on a short description of what you want to say. So soon we'll effectively be communicating by text message, with the LLMs acting as a sort of anti-compression in between. My brother lives in Japan, and he recently had to write a lot of emails to the company renovat…
It's not a local model. It queries some endpoint on someone else's computer.
Yes indeed. The models are too computationally expensive to run locally (7.5Billion parameters). Though you could in-principle swap in any local model.