This is a Next.js project.
Create a .env file and add your Gemini api key to the const NEXT_PUBLIC_GEMINI_API_KEY
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000/chat with your browser to see the result.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.