返回全部动态
OpenAI Python SDK 3.7.0 发布:更新使用量 API 并修复嵌入性能
原标题:v3.7.0
AI 摘要
OpenAI 发布了 Python SDK 3.7.0 版本,主要更新了使用量相关的 API 和文档,并修复了嵌入计算中重复的 numpy 检查问题,提升了性能。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## [3.7.0](https://github.com/openai/openai-python/compare/v3.6.0...v3.7.0) (2026-09-02) ### Features * **api:** update usage APIs and documentation ([#3779](https://github.com/openai/openai-python/issues/3779)) ([6f0da16](https://github.com/openai/openai-python/commit/6f0da16573086401a7b171f4bd14a78f22c9d0e9)) ### Bug Fixes * avoid repeated numpy checks for embeddings ([#3757](https://github.com/openai/openai-python/issues/3757)) ([b19c216](https://github.com/openai/openai-python/commit/b
发布时间:2026-09-02 09:30
抓取时间:2026-09-02 09:31
来源机构:OpenAI