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.0.0-beta.1

Published by schnerd over 1 year ago

v4.0.0 Beta – Learn more

openai-node - v4.0.0-beta.0

Published by schnerd over 1 year ago

v4.0.0 Beta – Learn more

openai-node - v3.3.0

Published by schnerd over 1 year ago

Add support for function calling in the Chat Completions API

Announcement: https://openai.com/blog/function-calling-and-other-api-updates
Documentation: https://platform.openai.com/docs/guides/gpt/function-calling

openai-node - v3.2.0

Published by schnerd over 1 year ago

Added new ChatGPT and Whisper APIs.

openai-node -

Published by jeevnayak over 2 years ago

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