Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/francescocoding/easygpt
- Owner: FrancescoCoding
- License: mit
- Created: 2023-03-01T18:59:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T14:32:13.000Z (about 2 months ago)
- Last Synced: 2024-12-12T18:03:19.523Z (about 1 month ago)
- Topics: chatgpt, chatgpt-api, chatgpt-express, chatgpt-node-server, express, gpt-35-turbo, gpt35, gpt4, language-model, nodejs, npm, npm-module, openai-api
- Language: JavaScript
- Homepage: https://easygpt.dev/
- Size: 913 KB
- Stars: 21
- Watchers: 1
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE 🤖
Awesome Lists containing this project
README
easyGPT: A ChatGPT Express server and npm module 🤖
## [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/)