davorrunje / ChatGPT_Clone

This is the code for "I Built a ChatGPT Clone of Myself!" by Siraj Raval on Youtube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT_Clone

This is the code for "I Built a ChatGPT Clone of Myself!" by Siraj Raval on Youtube

Overview

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.

Dependencies

  • React
  • Node
  • Operand
  • OpenAI
  • Express

Installation

  1. Git clone this repository
  2. cd into the the client/ folder
  3. Change line 55 URL to localhost:3080
  4. npm install
  5. npm start (starts the client)
  6. cd ../
  7. cd into the api/ folder
  8. npm install
  9. node index.js (start the server)

Credits

OpenAI, Adrian Twarog, Operand

About

This is the code for "I Built a ChatGPT Clone of Myself!" by Siraj Raval on Youtube


Languages

Language:CSS 53.0%Language:JavaScript 38.4%Language:HTML 8.6%