Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 2.02 KB

README.md

File metadata and controls

24 lines (20 loc) · 2.02 KB

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