Skip to content

Releases: openai/openai-node

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)

v4.9.1

21 Sep 17:08
fd72de1
Compare
Choose a tag to compare

4.9.1 (2023-09-21)

Full Changelog: v4.9.0...v4.9.1

Documentation

  • README: fix variable names in some examples (#327) (5e05b31)

v4.9.0

21 Sep 15:38
Compare
Choose a tag to compare

4.9.0 (2023-09-20)

Full Changelog: v4.8.0...v4.9.0

Features

  • client: support importing node or web shims manually (#325) (628f293)

v4.8.0

18 Sep 17:03
0386937
Compare
Choose a tag to compare

4.8.0 (2023-09-15)

Full Changelog: v4.7.1...v4.8.0

Features

  • errors: add status code to error message (#315) (9341219)

v4.7.1

15 Sep 17:26
f52b3f5
Compare
Choose a tag to compare

4.7.1 (2023-09-15)

Full Changelog: v4.7.0...v4.7.1

Documentation

  • declare Bun 1.0 officially supported (#314) (a16e268)