Skip to content

ethannschwartz/gpt-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Documentation

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.

Getting Started

Prerequisites

  • Node.js installed on your machine.
  • An API key from OpenAI.

Installation

Clone the repository and install the dependencies:

git clone <repository-url>
cd <repository-directory>
npm install

About

Node.js implementation of OpenAI's GPT API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published