Releases: openai/openai-python
Releases · openai/openai-python
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
v0.27.0
What's Changed
- Fixes for embedding requirements install by @eavanvalkenburg in #227
- Add ChatCompletions and Audio endpoints by @athyuttamre in #237
Full changelog: v0.26.5...v0.27.0
v0.26.5
What's Changed
- Fix JSON parsing issue when async streaming by @athyuttamre in #216
- Remove mention of support email by @logankilpatrick in #215
- Create issue templates by @logankilpatrick in #214
- Add 'bytes' argument to __find_matching_files() by @skozlovf in #207
- Replace self with cls in classmethods for consistency by @tkppro in #211
Full changelog: v0.26.4...v0.26.5
v0.26.4
What's Changed
- Add license metadata for pypi by @bringhurst in #198
- Fix invalid pyproject.toml file and move to setup.cfg by @ddeville in #201
- Bump version to 0.26.4 by @ddeville in #204
New Contributors
- @bringhurst made their first contribution in #198
Full Changelog: v0.26.3...v0.26.4
v0.26.3
What's Changed
- Modify README to clarify documentation section by @logankilpatrick in #193
- fix(download): Fix download url by reverting change by @thejaminator in #197
- Bump to version 0.26.3 by @hallacy in #200
New Contributors
- @logankilpatrick made their first contribution in #193
- @thejaminator made their first contribution in #197
Full Changelog: v0.26.2...v0.26.3
v0.26.2
What's Changed
- Various improvements to the fine-tuning data preparation tool in the CLI in #190
- Provide a helpful error message if there was a problem reading the file
- Better handling of cases where a jsonl file has a json format, and when a json file has a jsonl format (this is needed since a json formatted file can be read as a single line jsonl)
- In the case where the input file extension is not in the list of valid permissible file extensions, provide the full list of allowable file extensions
- If DataFrame column names are integers they get converted to str to produce a better error message
- Adds a
fine_tunes.delete -i <ID>
command to delete fine-tunes using the CLI in #187 - Fixed some typos in Readme in #188
New Contributors
- @joe-at-openai made their first contribution in #190
- @Ygnys made their first contribution in #188
Full Changelog: v0.26.1...v0.26.2
v.0.26.1
What's Changed
- Fix documentation typo by @joshbode in #175
- Fix
FineTune.stream_events
by @ddeville in #176 - Several fixes to make
Completion.acreate(stream=True)
work by @nfcampos in #172 - Another async iterator that needs to be consumed with async for by @nfcampos in #179
- Fix some typing issues by @ddeville in #177
- Change request logs to debug level by @ddeville in #178
- Bump version by @ddeville in #182
New Contributors
Full Changelog: v0.26.0...v0.26.1
v0.26.0
Highlights and breaking changes
- Openai-python now has async thanks to @Andrew-Chen-Wang (and thank you @ddeville for reviewing!)
- The default package installation should now be considerably smaller thanks to @jakubroztocil. BREAKING: if you use
tools
or the embeddings endpoint, you'll probably want to install openai[datalib] - BREAKING: Answers, Search, and Classifications are removed as of this version since they are no longer active endpoints
What's Changed
- Update readme with image information by @mpokrass in #135
- Add Moderation endpoint to readme (#151) by @hallacy in #138
- fix(wandb): encoding on Windows by @borisdayma in #148
- Include long description by @MiWeiss in #157
- Do not require typing_extensions with Python 3.8+ by @paper42 in #154
- Fix mypy by @paper42 in #158
- Azure OpenAI 2022-12-01 by @cmurtz-msft in #159
- Add async support by @Andrew-Chen-Wang in #146
- [Azure] Add "deployments.*" commands to the CLI by @cmurtz-msft in #165
- Fix API requestor hanging when not using a global session by @ddeville in #167
- Add flag to include the cause in the exception str by @gdb in #137
- Make
numpy
andpandas
optional for ~7 times smaller deps by @jakubroztocil in #153 - Allow passing of api_key in image.create by @hallacy in #163
- Remove search, answers, classifications by @hallacy in #168
- Add optional mask for dalle's edit api (#157) by @YufeiG in #169
- Bump to 0.26.0 by @hallacy in #170
New Contributors
- @MiWeiss made their first contribution in #157
- @paper42 made their first contribution in #154
- @cmurtz-msft made their first contribution in #159
- @Andrew-Chen-Wang made their first contribution in #146
- @ddeville made their first contribution in #167
- @gdb made their first contribution in #137
- @jakubroztocil made their first contribution in #153
- @YufeiG made their first contribution in #169
Full Changelog: v0.25.0...v0.26.0