openai-node

The official Node.js / Typescript library for the OpenAI API

APACHE-2.0 License

Downloads
9.2M
Stars
6.9K
Committers
23

Bot releases are visible (Hide)

openai-node - v4.15.2

Published by stainless-bot 12 months ago

4.15.2 (2023-11-04)

Full Changelog: v4.15.1...v4.15.2

Documentation

openai-node - v4.15.1

Published by stainless-bot 12 months ago

4.15.1 (2023-11-04)

Full Changelog: v4.15.0...v4.15.1

Documentation

openai-node - v4.15.0

Published by stainless-bot 12 months ago

4.15.0 (2023-11-03)

Full Changelog: v4.14.2...v4.15.0

Features

openai-node - v4.14.2

Published by stainless-bot 12 months ago

4.14.2 (2023-10-30)

Full Changelog: v4.14.1...v4.14.2

Chores

openai-node - v4.14.1

Published by stainless-bot 12 months ago

4.14.1 (2023-10-27)

Full Changelog: v4.14.0...v4.14.1

Bug Fixes

  • deploy deno in a github workflow instead of postpublish step (#405) (3a6dba0)
  • typo in build script (#403) (76c5c96)

Chores

openai-node - v4.14.0

Published by stainless-bot 12 months ago

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

openai-node - v4.13.0

Published by stainless-bot 12 months ago

4.13.0 (2023-10-22)

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

Features

openai-node - v4.12.4

Published by stainless-bot about 1 year ago

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)
openai-node - v4.12.3

Published by stainless-bot about 1 year ago

4.12.3 (2023-10-16)

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

Documentation

  • organisation -> organization (UK to US English) (#382) (516f0ad)
openai-node - v4.12.2

Published by stainless-bot about 1 year ago

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)
openai-node - v4.12.1

Published by stainless-bot about 1 year ago

4.12.1 (2023-10-11)

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

Bug Fixes

openai-node - v4.12.0

Published by stainless-bot about 1 year ago

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)
openai-node - v4.11.1

Published by stainless-bot about 1 year ago

4.11.1 (2023-10-03)

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

openai-node - v4.11.0

Published by stainless-bot about 1 year ago

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

openai-node - v4.10.0

Published by stainless-bot about 1 year ago

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)
openai-node - v4.9.1

Published by stainless-bot about 1 year ago

4.9.1 (2023-09-21)

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

Documentation

  • README: fix variable names in some examples (#327) (5e05b31)
openai-node - v4.9.0

Published by stainless-bot about 1 year ago

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)
openai-node - v4.8.0

Published by stainless-bot about 1 year ago

4.8.0 (2023-09-15)

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

Features

  • errors: add status code to error message (#315) (9341219)
openai-node - v4.7.1

Published by stainless-bot about 1 year ago

4.7.1 (2023-09-15)

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

Documentation

  • declare Bun 1.0 officially supported (#314) (a16e268)
openai-node - v4.7.0

Published by stainless-bot about 1 year ago

4.7.0 (2023-09-14)

Full Changelog: v4.6.0...v4.7.0

Features