This project is a custom chatbot powered by the OpenAI Chats API. The project is a clone of ChatGPT and was developed for getting an understanding of the OpenAI APIs and the API parameters to tune the desired output. This web app is not created for commercial use.
Author: Atharva Shivankar ads8046@rit.edu
In the root of project directory, run the following script commands to get the project going:
Installs all Node.JS, React.JS, and Express.JS dependancies.
Runs the backend server and nodemon for monitoring server changes.
Spins up the React.JS frontend in the browser on localhost:8000 (PORT: 8000).