arximughal / openai-chatbot

Chatbot like Chat-GPT3 with openai package.

Home Page:https://www.youtube.com/watch?v=j_y69wfQVrw&t=11s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openai-chatbot

Chatbot like Chat-GPT3 with openai package.

Folder structure

The folder contains two sub folders

  • client: contains the React app with a Chat UI build using Tailwind CSS
  • server: contains the Express app that consumes Open AI API

Create a .env file in 'server' folder:

The file should contain the following entries:

To Run the Project:

  • cd into client folder and run yarn && yarn dev
  • cd into server folder and run yarn && yarn dev

About

Chatbot like Chat-GPT3 with openai package.

https://www.youtube.com/watch?v=j_y69wfQVrw&t=11s


Languages

Language:JavaScript 96.9%Language:CSS 3.1%