An interactive AI chat application built with Node.js, Express, and Gemini API.
It allows users to type in queries and get real-time AI-generated responses.
- Simple and clean chat UI.
- AI remembers the conversation history.
- Markdown support for formatted responses.
- No storing of conversation.
git clone https://github.com/Varun04-pixel/AI-Chat
npm install
Inside the project root, create a .env file and add your Gemini API key:
GEMINI_API_KEY=your_api_key_here
get the API key from gemini-api
nodemon server.js
runs app on http://localhost:3000