Skip to content

Releases: openai/openai-python

v1.15.0

01 Apr 05:03
Compare
Choose a tag to compare

1.15.0 (2024-03-31)

Full Changelog: v1.14.3...v1.15.0

Features

  • api: adding temperature parameter (#1282) (0e68fd3)
  • client: increase default HTTP max_connections to 1000 and max_keepalive_connections to 100 (#1281) (340d139)
  • package: export default constants (#1275) (fdc126e)

Bug Fixes

  • project: use absolute github links on PyPi (#1280) (94cd528)

Chores

Documentation

  • readme: change undocumented params wording (#1284) (7498ef1)

v1.14.3

25 Mar 16:43
Compare
Choose a tag to compare

1.14.3 (2024-03-25)

Full Changelog: v1.14.2...v1.14.3

Bug Fixes

Chores

  • internal: construct error properties instead of using the raw response (#1257) (11dce5c)
  • internal: formatting change (#1258) (b907dd7)
  • internal: loosen input type for util function (#1250) (fc8b4c3)

Documentation

  • contributing: fix typo (#1264) (835cb9b)
  • readme: consistent use of sentence case in headings (#1255) (519f371)
  • readme: document how to make undocumented requests (#1256) (5887858)

v1.14.2

19 Mar 15:49
5cfb125
Compare
Choose a tag to compare

1.14.2 (2024-03-19)

Full Changelog: v1.14.1...v1.14.2

Performance Improvements

Chores

  • internal: update generated pragma comment (#1247) (3eeb9b3)

Documentation

v1.14.1

15 Mar 20:38
e8e5a0d
Compare
Choose a tag to compare

1.14.1 (2024-03-15)

Full Changelog: v1.14.0...v1.14.1

Documentation

v1.14.0

13 Mar 20:36
5429f69
Compare
Choose a tag to compare

1.14.0 (2024-03-13)

Full Changelog: v1.13.4...v1.14.0

Features

v1.13.4

13 Mar 20:22
Compare
Choose a tag to compare

1.13.4 (2024-03-13)

Full Changelog: v1.13.3...v1.13.4

Bug Fixes

Chores

Documentation

v1.13.3

28 Feb 23:22
Compare
Choose a tag to compare

1.13.3 (2024-02-28)

Full Changelog: v1.13.2...v1.13.3

Features

Chores

Documentation

v1.13.2

20 Feb 19:26
Compare
Choose a tag to compare

1.13.2 (2024-02-20)

Full Changelog: v1.13.1...v1.13.2

Bug Fixes

  • ci: revert "move github release logic to github app" (#1170) (f1adc2e)

v1.13.1

20 Feb 17:23
Compare
Choose a tag to compare

1.13.1 (2024-02-20)

Full Changelog: v1.13.0...v1.13.1

Chores

v1.13.0

20 Feb 02:51
Compare
Choose a tag to compare

1.13.0 (2024-02-19)

Full Changelog: v1.12.0...v1.13.0

Features

Bug Fixes

Chores

  • ci: move github release logic to github app (#1155) (67cfac2)
  • client: use correct accept headers for binary data (#1161) (e536437)
  • internal: refactor release environment script (#1158) (7fe8ec3)