A small web app utilizing NextJS and ChatGPT for simple completion statements.
Start by creating your own .env file and getting an access token from OpenAI.
OPENAI_API_KEY=YOUR_API_KEY
Then, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
-
This is a Next.js project bootstrapped with
create-next-app.
