Skip to content
/ Ada Public

Smart chatbot made with the old API of GPT-3.

Notifications You must be signed in to change notification settings

kevinrss01/Ada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

A small project that allows discussing with an artificial intelligence simulating a human.

What is it really?

An application codded with ReactJS and nodeJs that communicates with the GPT API(not chatGPT API). I process the API answers to make them look as human as possible.

Start the project locally

Make sure you have Node installed

  • Git clone the project
  • npm install
  • npm start