Simon Willison
Simon Willison
> An alternative approach would be to treat `-r` as `-n 1` since it effectively throws away all the rows except the last one. Yeah, that's a great idea -...
I'd be interested in a benchmark that shows how much time we could save here.
I actually made a bunch of changes to popular plugins based around this same problem that imports could be expensive (especially chunky imports like PyTorch): - #949
The big challenge here is that other plugins can provide extra commands, which means `llm --help` HAS to execute plugin loads in order to correctly show the available commands.
Yeah it's time I fixed this: 