返回全部动态
llm 0.33 发布:新增密钥参数、模板组合与推理摘要选项
原标题:llm 0.33
AI 摘要
llm 0.33 版本发布,主要更新包括:llm embed 和 embed-multi 命令及相应 Python 方法新增 --key 参数,支持按调用传递密钥;llm prompt 的 -t/--template 可重复使用以组合模板,便于封装模型配置;推理型 Responses API 模型新增 reasoning_summary 选项,支持 auto、concise 和 detailed 值。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
22nd August 2026 My highlights from this release: I shipped a quick 0.32.1 fix for this yesterday, but this is the more comprehensive fix. llm embed and llm embed-multi now accept --key. The Python EmbeddingModel.embed(), EmbeddingModel.embed_multi(), Collection.embed() and Collection.embed_multi() methods accept key= too, passing the resolved per-call key to embedding plugins without changing shared model state. Existing plugins that read self.key continue to work through a compatibility fallba
发布时间:2026-08-23 01:01
抓取时间:2026-08-23 02:04
来源机构:Simon Willison