Skip to content

Releases: openai/openai-node

v3.2.0

01 Mar 18:14
Compare
Choose a tag to compare

Added new ChatGPT and Whisper APIs.

v3.0.0

07 Jun 20:27
Compare
Choose a tag to compare

Breaking changes in this release:

  • The function signature of createCompletion(engineId, params) changed to createCompletion(params). The value previously passed in as the engineId argument should now be passed in as model in the params object (e.g. createCompletion({ model: "text-davinci-002, ... }))