Ryan Seddon
AI
I recently gave a talk at a local meetup, MelbJS.
Talk was about my explorations with the Google Chrome Built-in AI early preview.
I’ve embedded the slides below, which are done as an interactive notebook using the very cool Slides on Observable.
If you follow the instructions and have the model setup and ready to use in either Chrome Dev or Chrome Canary the interactive parts in the slides will work, otherwise nothing will happen.
Setup Instructions- **Install Chrome Dev**: Ensure you have version 127. Download Chrome Dev.
- Check that you’re on 127.0.6512.0 or above
- Enable two flags:
- chrome://flags/#optimization-guide-on-device-model - BypassPerfRequirement
- chrome://flags/#prompt-api-for-gemini-nano - Enabled
- Relaunch Chrome
- Navigate to chrome://components
- Check that Optimization Guide On Device Model is downloading or force download if not Might take a few minutes for this component to even appear
- Open dev tools and type
(await ai.languageModel.capabilities()).available, should return "readily" when all good
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.