An open API service indexing awesome lists of open source software.

https://github.com/wasabina67/gemini-nano-template

Gemini Nano template
https://github.com/wasabina67/gemini-nano-template

chat-app express gemini gemini-nano gh-pages prompt-api static-server

Last synced: 11 days ago
JSON representation

Gemini Nano template

Awesome Lists containing this project

README

          

# gemini-nano-template
Gemini Nano template

[The Prompt API  |  AI on Chrome  |  Chrome for Developers](https://developer.chrome.com/docs/ai/prompt-api)

Demo

https://github.com/user-attachments/assets/83616137-bfe3-435a-9606-d01c75461733

## Setup

```
chrome://flags/#optimization-guide-on-device-model
```
-> Enabled

```
chrome://flags/#prompt-api-for-gemini-nano-multimodal-input
```
-> Enabled

## Install
```bash
npm i
```

## Run
```bash
node server.js
```