This is the code for "I Built a ChatGPT Clone of Myself!" by Siraj Raval on Youtube
This is a a ChatGPT template that you can use to create an AI Avatar of yourself. It was used in this video by Siraj Raval on Youtube. It consists of a React template, and 2 important connections: the OpenAI API and the Operand API. There is a server component in Node, and a client component in React.
- React
- Node
- Operand
- OpenAI
- Express
- Git clone this repository
- cd into the the client/ folder
- Change file client/src/App.js at line 31: URL to localhost:3080
- npm install
- npm start (starts the client)
- cd ../
- cd into the api/ folder
- npm install
- node index.js (start the server)
OpenAI, Adrian Twarog, Operand