Releases: openai/openai-python
Releases · openai/openai-python
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
v0.27.8
v0.27.7
What's Changed
- bump version by @mpokrass in #428
- Embeddings util - remove unnecessary sort by index by @ravwojdyla in #430
- allow api_version to be set by environment variable by @kristapratico in #438
- Fixed CLI streamed chat completions. by @MikeAmy in #319
- Update README to use gpt-3.5-turbo by default by @athyuttamre in #441
- Updating code and readme to reference the Azure's newest 2023-05-15 API Version by @glecaros in #452
- Update version.py by @hallacy in #458
New Contributors
- @ravwojdyla made their first contribution in #430
- @MikeAmy made their first contribution in #319
- @glecaros made their first contribution in #452
Full Changelog: v0.27.6...v0.27.7
v0.27.6
What's Changed
- allow for passing requests.Session by @kristapratico in #390
- fix error messages mentioning support@ by @mpokrass in #427
- bump version by @mpokrass in #428
New Contributors
- @kristapratico made their first contribution in #390
Full Changelog: v0.27.5...v0.27.6v2