Hacker News new | ask | show | jobs
by pmarreck 536 days ago
heh, I wrote my own dotfile commandline tooling to do most of this already, I wonder if others have done the same
1 comments

Mine's a Python CLI tool called LLM - https://llm.datasette.io/ - it uses plugins to provide support for 100+ different models: https://llm.datasette.io/en/stable/plugins/directory.html
Simon's LLM tool is probably the best of any of these sorts of things! So thank you for making it, I still use it regularly to kick the tires on new models, and it served as a significant inspiration for the design of t2x.

The idea behind t2x was to make a stripped-down cli with a "functionality first" mindset and remove the actual selection of specific models from the user's flow.