llm 0.33
Simon Willison’s Weblog 1 week ago 39 ● 3 sources
llm 0.33 shipped updates including an OpenAI Python library 3.x upgrade and switching its HTTP client from httpx to httpx2 while adding embedding key handling and prompt template composition. It adds support for repeating llm prompt -t/--template. As a result, embedding methods (EmbeddingModel.embed, embed_multi, Collection.embed, embed_multi) can take a per-call key= and pass it to plugins without changing shared model state, while reasoning_summary becomes available for responses API models.