A simple AI chat interface using Gemini API.
MyGPT lets you chat with Google's Gemini AI model through a clean, user-friendly interface.
- Next.js
- React
- Gemini API
-
Clone the repo:
git clone https://github.com/koushik369mondal/mygpt.git cd mygpt -
Install packages:
npm install -
Create
.env.localfile with your API key:GEMINI_API_KEY=your_api_key_here -
Start the app:
npm run dev -
Open
http://localhost:3000in your browser
Type your message in the input box and press Enter to chat with the AI.