返回资讯中心
外部精选
ai-models
#LLM#工程实践#openai#llm

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 rais…

Simon Willison2 分钟阅读

以下正文同步自 Simon Willison,版权归原站所有,已转换为易读排版。

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 tags. #1701

Plus bug fixes from five new contributors.

Tags: openai, llm

正文由 FLUX 从来源站点 RSS 同步,内容未经改写;遇到排版缺失或需要图片、视频时请以原文为准。