Comment by benatkin

1 day ago

Perhaps instead of writing an llm abstraction layer, you could use a lightweight one, such as @simonw's llm.

I don't want to introduce a dependency. Simon's tool is great but I don't like the way it stores template state. I want my state in a file in my working folder.

  • Can you explain this decision a bit more? I’m using ‘llm’ and I find your project interesting.