Skip to content

FrancescoCoding/easyGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


easyGPT Logo

easyGPT: A ChatGPT Express server and npm module πŸ€–

Package License NPM Version Documentation NPM Downloads Maintained

This project contains:

This folder contains the implementation of a Node.js server that communicates with the ChatGPT API. This server acts as a middle layer between the client application and the API, and provides a RESTful API for the client to interact with.

This folder contains the code for an npm module that wraps the ChatGPT API. This module can be installed and used in any Node.js project to easily access the ChatGPT API.

Follow the npm package link for a quick start!
Or check out the documentation @ easygpt.dev