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.
- Next.js (version 10 or later)
- Chrome Canary (version 128.0.6568.0)
-
Clone the repository:
git clone https://github.com/your-username/gemini-nano-test.git cd gemini-nano-test
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
- 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.
- Enter a prompt: Type your prompt into the input field.
- Send the prompt: Click the "Enviar" button to send the prompt.
- View the response: The response from Gemini Nano will be displayed in the designated area.
- Created by drumst0ck
- Powered by Next.js
- Tested on Chrome Canary
This project is licensed under the MIT License. See the LICENSE file for details.