AI产品精选

LLM 0.32.1发布

llm 0.32.1

精选理由

LLM更新修复了依赖问题,使用更稳定。

AI 摘要

LLM 0.32.1修复了因OpenAI Python库弃用httpx导致的安装问题,通过锁定openai版本至3以下解决。即将发布的0.33版本将切换至httpx2。

原文 · Simon Willison’s Weblog

llm 0.32.1

Release: llm 0.32.1 Fresh installs of LLM stopped working the other day because the OpenAI Python library dropped its usage of httpx , and it turned out LLM depended on that library but only installed it via a transitive openai dependency. This dot-release fixes that for the moment by pinning to openai<3 , and a soon-to-drop 0.33 release will switch from httpx to httpx2 . Tags: httpx , openai , llm