Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 606 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 606 Bytes

Resume-GPT

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.

Screenshot 2023-06-30 at 12 14 25 PM

Try it yourself

# Install dependencies
yarn install

# Create a .env.local with your OpenAI API Key
echo OPENAI_API_KEY="sk-###" > .env.local

# Run
yarn dev