返回全部动态
OpenAI Agents Python v0.18.0 发布,默认实时模型更新
原标题:v0.18.0
AI 摘要
OpenAI 发布了 openai-agents-python 库的 v0.18.0 版本。主要变更包括将 RealtimeAgent 的默认模型更新为 gpt-realtime-2.1,并为 SQLAlchemySession 增加了 Unicode 存储选项。此外,还修复了可视化中 handoff 节点的填充颜色问题,并更新了文档。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## Key Changes ### RealtimeAgent's default is now gpt-realtime-2.1 Since this version, the default model for RealtimeAgents is gpt-realtime-2.1: https://developers.openai.com/api/docs/models/gpt-realtime-2.1 ## What's Changed * feat: update default realtime model to gpt-realtime-2.1 by @seratch in https://github.com/openai/openai-agents-python/pull/3740 * feat: add Unicode storage option to SQLAlchemySession by @seratch in https://github.com/openai/openai-agents-python/pull/3746 *
发布时间:2026-07-07 14:01
抓取时间:2026-08-02 00:23
来源机构:OpenAI