Open AI has taken the world by storm with their GPT-3 model. I always see the examples page and want to test them out in a low-risk, sandbox sort of enviornment.
That's where this app comes in. I'm building a playground to allow users to test these examples out, freely!
Clone the repo
git clone https://github.com/Nyumat/NyumatOpenAIPlaygound.git
Get an enviornment variable from Open AI, and format it like so:
PORT=8080
OPENAI_API_KEY=[YOUR KEY HERE]
Start the dev server (from the root directory):
cd backend && npm run dev
cd frontend && npm run dev
Now you're good to go!