Releases: openai/openai-python
Releases · openai/openai-python
v1.2.1
v1.2.0
1.2.0 (2023-11-08)
Full Changelog: v1.1.2...v1.2.0
Features
- api: unify function types (#741) (ed16c4d)
- client: support passing chunk size for binary responses (#747) (c0c89b7)
Bug Fixes
- api: update embedding response object type (#739) (29182c4)
- client: show a helpful error message if the v0 API is used (#743) (920567c)
Chores
Refactors
v1.1.2
v1.1.0
v1.0.1
v1.0.0
A new major version of the openai package 🎉
See the v1.0.0 discussion for a list of breaking changes and migration guide.
v0.28.1
What's Changed
- Update README.md to fix the fine-tuning model delete example by @logankilpatrick in #601
- Revamp README to make examples front and center by @logankilpatrick in #603
- Update pointer to Jupyter notebooks as finetuning doesn't exist by @shapor in #477
- Update the wandb logger by @morganmcg1 in #590
- [azure] enable audio/whisper support by @kristapratico in #613
- Update nested_resource_class_methods.py by @00arthur00 in #612
- Fix: SSE Stream parser expects additional space after colon "data:" by @michaelfeil in #559
- 🐛 fixed asyncio streaming bugs by @hynky1999 in #584
- Bugfix: Add param positional arg to InvalidRequestError by @wdhorton in #573
New Contributors
- @shapor made their first contribution in #477
- @morganmcg1 made their first contribution in #590
- @00arthur00 made their first contribution in #612
- @michaelfeil made their first contribution in #559
- @hynky1999 made their first contribution in #584
- @wdhorton made their first contribution in #573
Full Changelog: v0.27.10...v0.28.1
v0.28.0
v0.27.10
What's Changed
- Update README.md with fine-tuning examples by @logankilpatrick in #583
- [fine_tuning] Add CLI for fine_tuning.jobs by @jhallard in #592
Full Changelog: v0.27.9...v0.27.10
v0.27.9
What's Changed
- catch asyncio.TimeoutError in _interpret_async_response by @vik-goel in #489
- Add api_version and organization field in Audio API requests by @yutian-openai in #514
- Update docstring in chat_completion API resource by @athyuttamre in #527
- Update chatml.md by @logankilpatrick in #580
- Update README.md to show newer completions models by @logankilpatrick in #578
- doc: fix readme azure example code by @whysage in #571
- Updates to the fine tuning SDK + addition of pagination primitives by @jhallard in #582
New Contributors
- @vik-goel made their first contribution in #489
- @yutian-openai made their first contribution in #514
- @whysage made their first contribution in #571
Full Changelog: v0.27.8...v0.27.9