Releases: openai/openai-python
Releases · openai/openai-python
v0.22.1
v0.22.0
What's Changed
- [Azure] Capacity is not needed for scale types other than 'manual' by @sorinsuciu-msft in #103
- Add azure embeddings example notebook by @t-asutedjo in #104
- Add Azure AD authentication support by @t-asutedjo in #92
- Update setup.py by @oscar-king in #99
- Fixed args in refresh_from call in ErrorObject by @zafercavdar in #107
- Add deployment_id parameter for azure by @t-asutedjo in #109
- Ted/move examples to openai cookbook by @ted-at-openai in #112
New Contributors
- @t-asutedjo made their first contribution in #104
- @oscar-king made their first contribution in #99
- @zafercavdar made their first contribution in #107
Full Changelog: v0.20.0...v0.22.0
v0.20.0
What's Changed
- Add moderation endpoint by @lilianweng in #101
- Correct how model parameter is handled in moderation endpoint by @lilianweng in #102
v0.19.0
What's Changed
- Remove model param in Completion call by @gojira in #88
- Fix http reuse connections by @andrewchernyh in #94
- V0.19.0: Support engineless and adds openai.Search.create by @hallacy in #97
New Contributors
- @gojira made their first contribution in #88
- @andrewchernyh made their first contribution in #94
Full Changelog: v0.18.1...v0.19.0
v0.18.1
v0.18.0
What's Changed
- Add support for fine-tuning and files using the Azure API. by @sorinsuciu-msft in #80
- feat(wandb): sanitize name by @borisdayma in #77
- Add customer endpoints (#126) by @hallacy in #87
Full Changelog: v0.16.0...v0.18.0
v0.16.0
v0.15.0
What's Changed
- Add a suffix arg to
fine_tunes.create
that allows you to customize the generated model name. See #75. For example,openai api fine_tunes.create -t test.jsonl -m ada --suffix "custom model name"
could generate a model with the nameada:ft-your-org:custom-model-name-2022-02-15-04-21-04
.
New Contributors
v0.14.0
What's Changed
- Add entry_points by @BastianZim. Makes some changes to setup so that the package can be easily installed on Windows
- Add documentation for usage with Azure endpoints by @sorinsuciu-msft
- feat: openai wandb sync by @borisdayma. Adds Wandb integration. Try
openai wandb sync
as an example
New Contributors
- @BastianZim made their first contribution in #52
- @borisdayma made their first contribution in #64