返回全部动态
OpenAI Python SDK 发布 v3.14.1 修复版本
原标题:v3.14.1
AI 摘要
OpenAI 发布官方 Python SDK 3.14.1 版本,主要包含缺陷修复、杂项维护和文档更新。修复项涉及客户端重试次数校验与应用错误保留、Live WebSocket 诊断仅记录元数据、Responses 接口对 commentary 跳过结构化解析等。此外示例代码更新至 gpt-5.6 模型,并清理了未使用的微调数据校验器。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## [3.14.1](https://github.com/openai/openai-python/compare/v3.14.0...v3.14.1) (2026-09-15) ### Bug Fixes * **client:** validate retry limits and preserve application errors ([#3867](https://github.com/openai/openai-python/issues/3867)) ([f86c721](https://github.com/openai/openai-python/commit/f86c7214093038faa512bd4883558b093bdb8c9a)) * correct typo "th" to "the" in StreamAlreadyConsumed error message ([#3022](https://github.com/openai/openai-python/issues/3022)) ([7186203](https://github.co
发布时间:2026-09-16 07:12
抓取时间:2026-09-16 07:19
来源机构:OpenAI