Skip to content

This is a chatbot I created using the OpenAI API key of GPT 3.5 turbo. The local deployment of chat GPT is faster than the online version and can be modelled according to one's need.

Notifications You must be signed in to change notification settings

DiabolikArms/MERN-AI-ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running the Application

To run the application, follow these steps for both the frontend and backend:

  1. Install Dependencies:

    npm install
  2. Start the Development Server:

    npm run dev
  3. Backend Environment Variables:

    Create a .env file in the backend directory with the following variables:

    OPEN_AI_SECRET=your_open_ai_secret
    OPENAI_ORGANIZATION_ID=your_openai_organization_id
    MONGODB_URL=your_mongodb_url
    PORT=your_port_number
    COOKIE_SECRET=your_cookie_secret
    JWT_SECRET=your_jwt_secret

    Replace your_open_ai_secret, your_openai_organization_id, your_mongodb_url, your_port_number, your_cookie_secret, and your_jwt_secret with your actual configuration values. Remember that the your_open_ai_secret is the paid version of GPT-3.5-turbo

  4. Screenshots:

    image image image

About

This is a chatbot I created using the OpenAI API key of GPT 3.5 turbo. The local deployment of chat GPT is faster than the online version and can be modelled according to one's need.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published