Skip to content

Latest commit

 

History

History
74 lines (41 loc) · 1.06 KB

README.md

File metadata and controls

74 lines (41 loc) · 1.06 KB

To Run Locally

Clone the project

  git clone https://github.com/piyush-agrawal6/ChatAI-Bot.git

Install dependencies

  npm install

Start the server

  npm run dev

Chat AI

Chat AI is a large language model chatbot made by using OpenAI based on text-davinci-003 API. It has a remarkable ability to interact in conversational dialogue form and provide responses that can appear surprisingly human.

Tech Stack

Client:

  • JavaScript
  • HTML
  • CSS
  • Fetch API

Server:

  • Node Js
  • OpenAI API
  • CYCLIC

🔗 Links

Client - https://chat-ai-bot.netlify.app/

Server - https://github.com/piyush-agrawal6/ChatAI---Backend

Features

  • API Request
  • Responsive design
  • Error handling

Screenshots

Main page

App Screenshot

Blog / Presentation

Presentation -

Blog -

Contributors