Gemini Nano Test on Chrome Canary

This repository contains a test implementation of Gemini Nano, designed to work with the latest version of Chrome Canary (128.0.6568.0). The application is built using Next.js and works locally without the need for an internet connection.

Requirements

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/gemini-nano-test.git
    cd gemini-nano-test
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev

    Open http://localhost:3000 with your browser to see the result.

Features

  • Local Functionality: The application runs entirely locally and does not require an internet connection.
  • Next.js Framework: Built using the Next.js framework for a seamless development experience.
  • Chrome Canary Compatibility: Specifically designed to work with Chrome Canary version 128.0.6568.0.

Usage

  1. Enter a prompt: Type your prompt into the input field.
  2. Send the prompt: Click the "Enviar" button to send the prompt.
  3. View the response: The response from Gemini Nano will be displayed in the designated area.

Acknowledgements

License

This project is licensed under the MIT License. See the LICENSE file for details.