Project URL: Interview My Ai
I’m building a personal portfolio website and created a quick Google Gemini chatbot that visitors can interview about me.
It’s a really simple setup - a gigantic pre-prompt is added to the beginning of every message from the user, then sent to a Gemini 1.5 Flash API. It’s also rate limited by IP address.
To personalize it for yourself, all you need to do is get a free API key for Gemini 1.5 Flash, put it in the API_KEY .env variable, and change the pre-prompt. If you have any questions feel free to ask in here or message me.
You can see it built into my personal website at https://scottgriffinm.glitch.me.