产品多源确认

llm 0.36 发布:新增 GPT-6 Sol 与 GPT-6 Luna 模型支持

llm 0.36

精选理由

Simon Willison 的命令行工具 llm 更新了,这次能直接调用 OpenAI 的 GPT-6 Sol 和 Luna,单轮模型也有专门的处理机制。

Simon Willison 发布 llm 0.36 版本,新增 gpt-6-sol 和 gpt-6-luna 两个 OpenAI 模型。模型插件现在可以声明 supports_conversation = False,标记只接受单轮提示的模型,收到对话历史时会抛出 llm.ConversationNotSupported。首个使用该特性的插件是 llm-typesafe。llm logs 的 Markdown 输出中,推理轨迹改用 details 标签折叠显示,另有五位新贡献者参与的 bug 修复。

原文 · Simon Willison’s Weblog

llm 0.36

Release: llm 0.36 New OpenAI models: gpt-6-sol for GPT-6 Sol and gpt-6-luna for GPT-6 Luna . #1702 Model plugins can now declare supports_conversation = False for models that only accept single-turn prompts. LLM raises llm.ConversationNotSupported when these models receive assistant or tool history, and llm chat rejects them before starting a session. See Models that do not support conversations . The first plugin to use this is llm-typesafe . #1692 Reasoning traces in the Markdown output of llm logs are now wrapped in <details><summary> tags. #1701 Plus bug fixes from five new contributors . Tags: openai , llm