llm 0.33 Release Brings OpenAI Library 3.x Upgrade and New Embed Features

Simon Willison announced the release of `llm` version 0.33, featuring significant updates including an upgrade to the OpenAI Python library 3.x and a switch in the HTTP client dependency from `httpx` to `httpx2`. This release also introduces new functionalities such as `llm embed` and `llm embed-multi`, enhancing its capabilities for working with language models.

Source: Simon Willison