Chrome just added `window.ai` that redirects JavaScript calls to Gemini Nano, running locally, inside the browser. ๐ณ
```
const model = await window.ai.createTextSession();
await model.prompt("Who are you?");
```
```
const model = await window.ai.createTextSession();
await model.prompt("Who are you?");
```
74โค๏ธ3๐6๐ค4๐2๐ฑ2๐ค2