Hacker News new | ask | show | jobs
by simonw 539 days ago
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
1 comments

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.