Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ethannschwartz/gpt-api
- Owner: ethannschwartz
- Created: 2024-01-17T16:45:21.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-09T21:40:56.000Z (3 months ago)
- Last Synced: 2024-08-10T22:50:22.833Z (3 months ago)
- Topics: gpt, nodejs, openai-api, pdfparser
- Language: JavaScript
- Homepage:
- Size: 3.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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