Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/francescocoding/easygpt

chatgpt chatgpt-api chatgpt-express chatgpt-node-server express gpt-35-turbo gpt35 gpt4 language-model nodejs npm npm-module openai-api

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        




easyGPT Logo


easyGPT: A ChatGPT Express server and npm module 🤖



Package License
NPM Version
Documentation
NPM Downloads
Maintained

## This project contains:

## [express_server](https://github.com/FrancescoCoding/Node-chatGPT-api-starter-template/tree/main/express_server)
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.

## [npm_module](https://github.com/FrancescoCoding/Node-chatGPT-api-starter-template/tree/main/npm_module)
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!](https://www.npmjs.com/package/easygpt)
[Or check out the documentation @ easygpt.dev](https://easygpt.dev/)