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?");
Is this project by a chrome dev or an unassociated regular person?
Please Login to reply.
No replies yet.