ResumeGPT is an AI chatbot powered by OpenAI's chat completion API. Developed using Next.js and hosted on Vercel, this site enables you to inquire about my resume or ask questions specifically about the chatbot itself.
# Install dependencies
yarn install
# Create a .env.local with your OpenAI API Key
echo OPENAI_API_KEY="sk-###" > .env.local
# Run
yarn dev