Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 227 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 227 Bytes

GPTutor

An app to tutor students using GPT-4

Setup/Running

Put an OPENAI_API_KEY in .env.local and PostgreSQL DATABASE_URL in .env, then run these commands

npm i
npx prisma generate
npm run dev -- --open