Skip to content

Releases: openai/openai-node

v4.14.0

25 Oct 16:46
511b8dc
Compare
Choose a tag to compare

4.14.0 (2023-10-25)

Full Changelog: v4.13.0...v4.14.0

Features

  • client: adjust retry behavior to be exponential backoff (#400) (2bc14ce)

Chores

v4.13.0

23 Oct 21:46
78d0936
Compare
Choose a tag to compare

4.13.0 (2023-10-22)

Full Changelog: v4.12.4...v4.13.0

Features

v4.12.4

17 Oct 22:12
45fad1b
Compare
Choose a tag to compare

4.12.4 (2023-10-17)

Full Changelog: v4.12.3...v4.12.4

Bug Fixes

  • import web-streams-polyfill without overriding globals (#385) (be8e18b)

v4.12.3

16 Oct 20:52
8fb0aeb
Compare
Choose a tag to compare

4.12.3 (2023-10-16)

Full Changelog: v4.12.2...v4.12.3

Documentation

  • organisation -> organization (UK to US English) (#382) (516f0ad)

v4.12.2

16 Oct 20:32
72e4495
Compare
Choose a tag to compare

4.12.2 (2023-10-16)

Full Changelog: v4.12.1...v4.12.2

Bug Fixes

  • client: correctly handle errors during streaming (#377) (09233b1)
  • client: correctly handle errors during streaming (#379) (9ced580)
  • improve status code in error messages (#381) (68dfb17)

Chores

Refactors

  • streaming: change Stream constructor signature (#370) (71984ed)
  • test: refactor authentication tests (#371) (e0d459f)

v4.12.1

11 Oct 20:32
6484039
Compare
Choose a tag to compare

4.12.1 (2023-10-11)

Full Changelog: v4.12.0...v4.12.1

Bug Fixes

v4.12.0

11 Oct 16:24
1d0456c
Compare
Choose a tag to compare

4.12.0 (2023-10-11)

Full Changelog: v4.11.1...v4.12.0

Features

  • api: remove content_filter stop_reason and update documentation (#352) (a4b401e)
  • re-export chat completion types at the top level, and work around webpack limitations (#365) (bb815d0)

Bug Fixes

  • prevent ReferenceError, update compatibility to ES2020 and Node 18+ (#356) (fc71a4b)

Chores

  • internal: minor formatting improvement (#354) (3799863)

v4.11.1

03 Oct 04:38
656cdf1
Compare
Choose a tag to compare

4.11.1 (2023-10-03)

Full Changelog: v4.11.0...v4.11.1

v4.11.0

29 Sep 13:43
eddb247
Compare
Choose a tag to compare

4.11.0 (2023-09-29)

Full Changelog: v4.10.0...v4.11.0

Features

Bug Fixes

  • api: add content_filter to chat completion finish reason (#344) (f10c757)

Chores

v4.10.0

21 Sep 18:55
027c626
Compare
Choose a tag to compare

4.10.0 (2023-09-21)

Full Changelog: v4.9.1...v4.10.0

Features

  • api: add 'gpt-3.5-turbo-instruct', fine-tune error objects, update documentation (#329) (e5f3852)