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.
https://livegptbot.netlify.app/
- Node.js (18 or newer)
- A recent version of npm
- An OpenAI Account
- Clone this repository
https://github.com/NextGenGk/chatgpt-helper-bot.git
- Change the directory
cd chatgpt-helper-bot/client
- Install the node packages
npm install
-
Rename
.env-example
file to.env
file -
Put your OpenAI API key into the
.env
file- You can obtain an API key here
REACT_APP_OPENAI_KEY=yourkey
- Then just inside the client directory. It should automatically load the page inside of a browser.
npm start