Open-AI-ChatGPT-Clone icon indicating copy to clipboard operation
Open-AI-ChatGPT-Clone copied to clipboard

OpenAI ChatGPT Clone

This is a demonestration of using Open AI API for text completion and image generation. The app is built with Node.js and Express that uses :

Usage

Generate an API KEY at OpenAI and add it to the .env file.

Install the dependencies

npm install

Run server

npm start

DEMO: https://open-ai-chatgpt-clone.onrender.com/index.html