This project is a Node.js application that integrates OpenAI's GPT model for generating responses based on provided background information. It uses Express for creating an HTTP server and Swagger for API documentation. Example given describes process for chapter generation based on a parsed PDF.
- Node.js installed on your machine.
- An API key from OpenAI.
Clone the repository and install the dependencies:
git clone <repository-url>
cd <repository-directory>
npm install