Skip to content

Repository files navigation

MyGPT

A simple AI chat interface using Gemini API.

Live Demo

About

MyGPT lets you chat with Google's Gemini AI model through a clean, user-friendly interface.

Technologies Used

  • Next.js
  • React
  • Gemini API

Installation

  1. Clone the repo:

    git clone https://github.com/koushik369mondal/mygpt.git
    cd mygpt
    
  2. Install packages:

    npm install
    
  3. Create .env.local file with your API key:

    GEMINI_API_KEY=your_api_key_here
    
  4. Start the app:

    npm run dev
    
  5. Open http://localhost:3000 in your browser

Usage

Type your message in the input box and press Enter to chat with the AI.

Releases

Packages

Contributors

Languages