A collection of interactive GPT-3 demos in a NextJS+Mantine web app.
Run the webserver locally to interact with the demo
node --version
v18.7.0
Other versions may work but your mileage may vary. Installable here: https://nodejs.org/en/download/current/
Create one here: https://openai.com/api/
cp .env.local.example .env.local
Declare your API token in .env.local
Codex is in private beta and requires approval from Open AI. See details here: https://openai.com/blog/openai-codex/
npm install
npm run dev
If you are seeing HTTP Code 429 errors, make sure your OpenAI account is in good standing (trial could be expired).
python3 -m pip install pre-commit
pre-commit --install