Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 578 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 578 Bytes

Description

Sample web application, built with Next.js and Typescript, uses the OpenAI API. Allows to get a randomized interview question, which you can answer in your own words. Our app then uses the GPT model to analyze your response and provide instant feedback on its accuracy.

Getting Started

Local enviromnets required to use app in .env.local

GPT_API_KEY="YOUR_OPENAI_API_KEY"

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.