LLM 0.19

from blog Simon Willison's Weblog, | ↗ original
LLM 0.19 I just released version 0.19 of LLM, my Python library and CLI utility for working with Large Language Models. I released 0.18 a couple of weeks ago adding support for calling models from Python asyncio code. 0.19 improves on that, and also adds a new mechanism for models to report their token usage. LLM can log those usage numbers to a...