Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 416 Bytes

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