Skip to content

v3.0.0

Compare
Choose a tag to compare
@jeevnayak jeevnayak released this 07 Jun 20:27
· 687 commits to master since this release

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, ... }))