OpenAI NodeJS

OpenAI NodeJS

A non-official OpenAI API wrapper for node.

WARNING: It's not ready to be used in production yet.

Installation

If you have npm installed, start using openai-nodejs with the following commands.

npm install openai-nodejs

Documentation

You can check the full API reference here.

Note: Some API parameter descriptions adopted from OpenAI's API Reference. If you use the Official OpenAI's API docs as your primary reference, be aware that this library has some differences compared to it.

License

MIT