Skip to content

Version 1.1

Choose a tag to compare

@prajwallshetty prajwallshetty released this 06 Nov 03:54
· 36 commits to main since this release
2e996fe

🤖 AI Chat Feature
The AI Chat Assistant is powered by Google Gemini 2.0 Flash and provides intelligent responses with full conversation context.

🚀 Quick Setup (3 Simple Steps)
It's incredibly easy to connect Gemini AI to this project!

Get Free API Key (2 minutes)

Visit: https://aistudio.google.com/app/apikey
Click "Create API key" → "Create API key in new project"
Copy your key (looks like: AIzaSy...)
Add to .env File (30 seconds)

GEMINI_API_KEY=paste_your_key_here
Restart Server (Done! ✅)

npm run dev
That's it! Your AI Chat is now live and ready to use. No complex configuration needed!

Features
✅ Conversation Context – AI remembers last 10 messages for follow-up questions
✅ User-Specific History – Each user has private chat history
✅ Database Persistence – Chat survives page refreshes
✅ Auto-Scroll – Smooth scrolling while AI responds
✅ Clear History – Delete your chat anytime