Skip to content

andersonrbernal/gpt3_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT3 AI Chat Clone

This project is a clone of the chat GPT3 AI.

Preview

The image below is not a complete preview that you are going to see in this project, because I only created the chat itself. preview

How do I run this project?

Before you download the project, you will have to have your own API key to run the chat. Go to Open AI and create your own account.

openai

Then click on your profile picture and then view API keys and generate your own key.

apikeys

After that, go to the project files and in the server directory create a new .env file and add your API key on it.

env

Then you can run the following commands on your terminal:

  • cd server
  • npm install nodemon
  • npm nodemon
  • cd client
  • npm install
  • npm run dev

About

GPT3 chat web application clone.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published