https://github.com/softdev629/chatgpt-server
Simple chatgpt api call server example
https://github.com/softdev629/chatgpt-server
chatgpt express openai
Last synced: 12 months ago
JSON representation
Simple chatgpt api call server example
- Host: GitHub
- URL: https://github.com/softdev629/chatgpt-server
- Owner: softdev629
- Created: 2023-02-26T23:21:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T20:51:01.000Z (about 1 year ago)
- Last Synced: 2025-01-07T08:17:00.482Z (about 1 year ago)
- Topics: chatgpt, express, openai
- Language: JavaScript
- Homepage:
- Size: 582 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatGPT Server
> ChatGPT Backend Project.
## Table of Contents
- [General Info](#general-information)
- [Technologies Used](#technologies-used)
- [Features](#features)
- [Screenshots](#screenshots)
- [Setup](#setup)
- [Usage](#usage)
- [Project Status](#project-status)
- [Room for Improvement](#room-for-improvement)
- [Acknowledgements](#acknowledgements)
- [Contact](#contact)
## General Information
- Ability to ask the AI for help
- Giving it code & translating it to another language
- The knowledge to use all OpenAI API
- To make sense how OpenAI API works
## Technologies Used
- Tech 1 - OpenAI
- Tech 2 - Node.js
- Tech 3 - Express
## Features
List the ready features here:
- Use Node.js for the server side
- Interacts with ChatGPT Client project
- For better understand all the great functionalities
## Screenshots



## Setup
This project uses Node.js for backend.
Install Node.js.
Run `npm install` to install node_modules.
`npm run server` to run server.
## Usage
You can use this to combine with ChatGPT Client project.
Get API_KEY from OpenAI site and put the key in .env file.\
Support chatbot AI API.
## Project Status
Project is: _complete_.
## Room for Improvement
These are room for improvement and ToDos.
Room for improvement:
- OpenAI API
- Node.js
To do:
- Use this for various chatbot backend
## Acknowledgements
- This project was inspired by Valentyn.
- This project was based on [this tutorial](https://platform.openai.com/docs/).
- Many thanks to Valentyn.
## Contact
Created by [Bohdan](https://softdev629.github.io) - feel free to contact me!