返回
AI 评分 36/100

llm 0.36 发布

Simon Willison 博客·2026-09-23 02:48·5小时前
AI 导读

llm 0.36 新增 OpenAI 的 gpt-6-sol 和 gpt-6-luna 两个模型。模型插件现可声明 supports_conversation = False,仅接受单轮提示词的模型收到助手或工具历史时会抛出 llm.ConversationNotSupported,llm chat 会在会话开始前拒绝。

Simon Willison 博客
36AI 编辑部评分,满分 100

llm 0.36 发布

2026-09-23 02:48· 5小时前
AI 导读

llm 0.36 新增 OpenAI 的 gpt-6-sol 和 gpt-6-luna 两个模型。模型插件现可声明 supports_conversation = False,仅接受单轮提示词的模型收到助手或工具历史时会抛出 llm.ConversationNotSupported,llm chat 会在会话开始前拒绝。

站内暂未收录这条内容的完整正文。

阅读完整原文(在新标签页打开)

来源:Simon Willison 博客· simonwillison.net