返回全部动态
OpenAI Python SDK 发布 v3.14.0
原标题:v3.14.0
AI 摘要
OpenAI 发布 Python SDK v3.14.0 版本,新增流式读取过程中错误规范化处理,并修复了向量存储文件轮询边界、文件上传 PathLike 元组规范化、内容过滤错误包含补全信息、日志级别支持、API 错误码字符串化、响应流索引保留及 output_text 空文本处理等多个问题。该版本还更新了 README 中的视觉指南示例文档。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## [3.14.0](https://github.com/openai/openai-python/compare/v3.13.0...v3.14.0) (2026-09-14) ### Features * **streaming:** normalize errors raised while reading streams ([#3827](https://github.com/openai/openai-python/issues/3827)) ([d7c41ef](https://github.com/openai/openai-python/commit/d7c41efee1b0802b79f3f88a678ef2052b06e9ce)) ### Bug Fixes * bound vector store file polling ([#3401](https://github.com/openai/openai-python/issues/3401)) ([ae41bc4](https://github.com/openai/openai-python/
发布时间:2026-09-15 07:28
抓取时间:2026-09-15 07:44
来源机构:OpenAI