Skip to content

This app is an interface to the GPT3 API. It isn't Chatgpt nor does it use the Chatgpt api. I made it as a second option due to the amount of errors and issues Chatgpt was having.

Notifications You must be signed in to change notification settings

NextGenGk/chatgpt-helper-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT Helper Bot

This app is an interface to the GPT3 API. It isn't Chatgpt nor does it use the Chatgpt api. I made it as a second option due to the amount of errors and issues Chatgpt was having.

Live website link

https://livegptbot.netlify.app/

Sample Image for ChatGPT Helper Bot

image

Requirements

  • Node.js (18 or newer)
  • A recent version of npm
  • An OpenAI Account

Step-by-step Guide (Run Locally)

  1. Clone this repository
  https://github.com/NextGenGk/chatgpt-helper-bot.git
  1. Change the directory
  cd chatgpt-helper-bot/client
  1. Install the node packages
  npm install
  1. Rename .env-example file to .env file

  2. Put your OpenAI API key into the .env file

    • You can obtain an API key here
  REACT_APP_OPENAI_KEY=yourkey
  1. Then just inside the client directory. It should automatically load the page inside of a browser.
  npm start

About

This app is an interface to the GPT3 API. It isn't Chatgpt nor does it use the Chatgpt api. I made it as a second option due to the amount of errors and issues Chatgpt was having.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published