An open API service indexing awesome lists of open source software.

https://github.com/dimonets/nextjs-ai-agent

A simple AI Agent Chatbot created with Next.js and using Google Gemini 2.5 Pro model
https://github.com/dimonets/nextjs-ai-agent

agentic-ai ai ai-agent chatbot gemini gemini-2-5-pro-exp gemini-ai gemini-pro nextjs nextjs15 react reactjs

Last synced: 3 months ago
JSON representation

A simple AI Agent Chatbot created with Next.js and using Google Gemini 2.5 Pro model

Awesome Lists containing this project

README

          

# Next.js AI Agent Demo

This is an implementation of AI Agent Chatbot created with Next.js 15 and using Google Gemini 1.5 model.

## Prerequisites

Apps needed to run this application locally:
- Node.js 20+

## Getting Started Locally

1) Clone this repository

2) Install required dependencies:
`npm install`

3) Copy `~/.env.sample` to `~/.env` and update the GOOGLE API KEY parameter there

4) Run the development server:
`npm run dev`

5) Open [http://localhost:3000](http://localhost:3000) with your browser to see the working application.