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.
In order to use it, you will need an Openai account and an API key.
Add more options to the PromptControllerAdd a toggle switch so the PromptController is a drop down menu instead of it always showing.Add a backend and connect it to MongoDB to save conversations.I created a separate repository for this.- Make it mobile friendly. Not a top priority though since I just use this in a browser on my desktop.
Make it so errors show up in the completion section. In the mean time, if you're not getting a response open up the dev tools in the browser and check for errors. A lack of response is almost always an API key issue.
git clone the repo:
git clone https://github.com/jas3333/GPT-Helper
cd GPT-Helper/client
npm install
You will need to setup a .env file in the client directory. Make sure the file is named .env
and nothing else.
something.env
will not work.
REACT_APP_OPENAI_KEY=yourkey
Then just npm start
inside the client directory. It should automatically load the page inside of a browser.
Here is a sampling of the different personalities. I've added a bunch more and some are just hilarious.
Likes to be helpful, and it always cheery.
Sometimes helps you out, but usually tells you to go away.
Always happy and enjoys the waves.
Always struggling with things and asking for help.
Probably the best out of the group if you need help with code. Adds a lot of detail and can even write hugh tutorials for you.