Home

Awesome

OpenAI Web Application

A web application that allows users to interact with OpenAI's modles through a simple and user-friendly interface. This app is for demo purpose to test OpenAI API and may contain issues/bugs.

If you are looking for React.js version check here

https://user-images.githubusercontent.com/77344191/223635130-afb01b51-98ee-45c6-b3b9-8c090a5c0e20.mp4

<a href="https://www.buymeacoffee.com/ioanmo226" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="51" width="217"></a>

Features

Technologies Used

Setup

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/ioanmo226/chatgpt-web-application
  1. Install the dependencies:
npm install
  1. Create a .env file in the root folder and add your OpenAI API key in the following format:
OPENAI_API_KEY=your_api_key
  1. Start node server
node index.js
  1. Now when you navigate to http://localhost:3001 you will see web response.

Usage

Contributing

This project welcomes contributions and suggestions for improvements. If you have any ideas, please feel free to open an issue or create a pull request.

Thank you for your consideration.