This is an implementation of AI Agent Chatbot created with Next.js 15 and using Google Gemini 1.5 model.
Apps needed to run this application locally:
- Node.js 20+
-
Clone this repository
-
Install required dependencies:
npm install -
Copy
~/.env.sampleto~/.envand update the GOOGLE API KEY parameter there -
Run the development server:
npm run dev -
Open http://localhost:3000 with your browser to see the working application.