---
id: 20260923-T0-14
title: "llm 0.36发布：新增GPT-6两个模型，支持单轮对话插件声明"
title_en: "llm 0.36 Released with GPT-6 Sol and Luna Support"
url: https://ai.daily.yangsir.net/daily/20260923-T0-14
issue_date: 2026-09-23
publish_date: 2026-09-22T18:48:37.000Z
category: release
source_name: "Simon Willison"
source_url: https://simonwillison.net/2026/Sep/22/llm/
---

# llm 0.36发布：新增GPT-6两个模型，支持单轮对话插件声明

Simon Willison的llm工具发布0.36版本，新增对OpenAI GPT-6 Sol（gpt-6-sol）和GPT-6 Luna（gpt-6-luna）两个模型的支持。模型插件现在可以声明supports_conversation = False，用于仅接受单轮提示的模型；当这些模型收到assistant或tool历史记录时，LLM会抛出llm.ConversationNotSupported异常。该更新让开发者能更精确地控制模型对话行为，避免在不支持多轮对话的模型上误传历史消息。

## English Version

**llm 0.36 Released with GPT-6 Sol and Luna Support**

Simon Willison released llm 0.36, adding support for OpenAI's GPT-6 Sol (gpt-6-sol) and GPT-6 Luna (gpt-6-luna). Model plugins can now declare supports_conversation = False for models that only accept single-turn prompts. When such models receive assistant or tool history, LLM raises llm.ConversationNotSupported. This gives developers finer control over conversation behavior and prevents errors when passing multi-turn history to single-turn-only models.

---

**来源**：[Simon Willison](https://simonwillison.net/2026/Sep/22/llm/)

**详情页**：https://ai.daily.yangsir.net/daily/20260923-T0-14

---

*智语观潮 · Daily — https://ai.daily.yangsir.net/llms.txt*