Skip to content

amanjaiman1/GPT_2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

AI Chatbot

This is an AI chatbot built using Vanilla, Express, and Vite that can solve complex programming questions and give answers in Hinglish as well. The chatbot is powered by the OpenAI GPT-3 model with the text-davinci-003 version, which allows it to handle natural language connections with high complexity.

Features

  • Solves complex programming questions
  • Gives answers in Hinglish as well
  • Handles natural language connections with high complexity

Cons

  • Can't save previous commands, only reads latest connectivity

Getting Started

To get started with the project, you'll need to install the required dependencies. You can do this by running the following command:

npm install

Once the dependencies are installed, you can start the development server by running the following command:

npm run dev

This will start the server on http://localhost:3000.

Usage

To use the chatbot, simply open the chat window and start asking questions. The chatbot will use natural language processing to understand your queries and provide answers.

Credits

This project was built using the OpenAI GPT-3 model, which was developed by OpenAI (API were fetched).