22 August 2026
llm command-line tool version 0.33 released with library updates
First reported
Simon Willison ran this on .
- The llm tool, a command-line interface for running AI models locally, released version 0.33.
- The update upgraded support for OpenAI's Python library to version 3.x, a major version change.
- The tool switched its underlying HTTP client dependency from httpx to httpx2 for making web requests.
How it was covered
Simon WillisonDaily notes and links
The llm tool released version 0.33 with upgrades to the OpenAI Python library 3.x and a switch in HTTP client dependency from httpx to httpx2.