Releases: openai/openai-python
Releases · openai/openai-python
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
v0.27.5
What's Changed
- Speed up imports by @hallacy in #386
- Add proxy argument support for openai client by @adlternative in #313
- Add
__version__
in__init__.py
by @harupy in #382 - Fix grabbing value out of header by @lukemetz in #388
- add case to handle indented .json parsing (#175) by @joe-at-openai in #389
- Add
openai/datalib/__init__.py
by @harupy in #404 - updated the link for OpenAI API by @Someet-Git in #400
- Pass in keyword arguments in embedding utility functions by @tuliren in #405
- Bump to 0.27.5 by @hallacy in #417
New Contributors
- @adlternative made their first contribution in #313
- @harupy made their first contribution in #382
- @lukemetz made their first contribution in #388
- @Someet-Git made their first contribution in #400
- @tuliren made their first contribution in #405
Full Changelog: v0.27.4...v0.27.5
v0.27.4
v0.27.3
What's Changed
- Update README.md openai.error.TimeoutError -> openai.error.Timeout by @kingychiu in #301
- 'let us know at on our support page' to 'let us know on our support p… by @MuleHakim in #308
- Add cli version arg by @FizzyAgent in #298
- [Azure] Version '2023-03-15-preview' as default by @cmurtz-msft in #335
- doc: add symbol comma into chatml.md by @liuliuOD in #329
- Handle OpenAIErrors created with 'str' json_body by @tot0 in #356
- CLI: Fix missing max_tokens arg of chat_completions.create by @jhen0409 in #317
- Fix a couple of grammar mistakes in chatml.md by @OTheDev in #316
- openai.proxy settings should override env var HTTPS_PROXY by @bojieli in #339
- [audio] Use supplied api key by @mpokrass in #369
New Contributors
- @kingychiu made their first contribution in #301
- @MuleHakim made their first contribution in #308
- @liuliuOD made their first contribution in #329
- @tot0 made their first contribution in #356
- @jhen0409 made their first contribution in #317
- @OTheDev made their first contribution in #316
- @bojieli made their first contribution in #339
Full Changelog: v0.27.2...v0.27.3
v0.27.2
v0.27.1
What's Changed
- Create chatml.md by @logankilpatrick in #238
- Update chatml.md by @gdb in #244
- Typo, line 93 by @DavidThayer in #259
- Fixed a tiny typo in chatml.md (iteract -> interact) by @Ynng in #249
- fixed a minor typo in chatml.md by @kantasv in #260
- Use kwargs by @FizzyAgent in #236
- Improve consistency of the SQL example pointer by @ethanknights in #273
- fix:fix response format bug by @guaguaguaxia in #282
- Bump version by @mpokrass in #289
New Contributors
- @DavidThayer made their first contribution in #259
- @Ynng made their first contribution in #249
- @kantasv made their first contribution in #260
- @FizzyAgent made their first contribution in #236
- @ethanknights made their first contribution in #273
- @guaguaguaxia made their first contribution in #282
Full Changelog: v0.27.0...v0.27.1