FrancescoCoding / easyGPT

πŸ€– Template for a Node.js server (complete of npm module!) that sends requests to the ChatGPT API to generate responses for your chatbot.

Home Page:https://easygpt.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

πŸ€– Template for a Node.js server (complete of npm module!) that sends requests to the ChatGPT API to generate responses for your chatbot.

https://easygpt.dev/

License:MIT License


Languages

Language:JavaScript 99.1%Language:Batchfile 0.9%