Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ethannschwartz/gpt-api

Node.js implementation of OpenAI's GPT API.
https://github.com/ethannschwartz/gpt-api

gpt nodejs openai-api pdfparser

Last synced: 9 days ago
JSON representation

Node.js implementation of OpenAI's GPT API.

Awesome Lists containing this project

README

        

# 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:

```bash
git clone
cd
npm install