Get the latest tech news
Show HN: Simple wrapper for Chrome's built-in local LLM (Gemini Nano)
A lightweight TypeScript wrapper for Chrome's built-in AI Prompt API that trades flexibility for simplicity and type safety. - kstonekuan/simple-chromium-ai
A lightweight TypeScript wrapper for Chrome's built-in AI Prompt API that trades flexibility for simplicity and type safety. When the model needs to be downloaded, initialize returns an object with type: 'needs-download' and a trigger function that you must call from a user gesture (like a button click). Customize model parameters beyond basics Access streaming responses Use advanced session options Control memory/context in detail
Or read this on Hacker News