Back to Daily Feed 
llm 0.33 Released: OpenAI Library Update & Template Improvements
Worth Reading
Originally published on Simon Willison's Weblog by Simon Willison
View Original Article
Share this article:
Summary & Key Takeaways
llm0.33 upgrades to the OpenAI Python library 3.x, switching HTTP client dependencies. - The release introduces--keysupport forllm embedandllm embed-multicommands. - Embedding models now use a consistent pattern for keys, mirroring regular LLM models. - Thellm prompt -t/--templateoption can now be repeated to combine multiple templates. - Reasoning-capable Responses API models now support areasoning_summaryoption.
Our Commentary
Simon Willison's llm tool continues to be a quiet workhorse for local AI experimentation. This 0.33 release, while not flashy, brings some solid quality-of-life improvements. The ability to combine templates is particularly neat; it feels like a step towards more modular and reusable AI workflows. We appreciate the continuous refinement of these essential developer tools.
View Original Article
Share this article: