Fallback to Gemma when browser based models are not available in the Hybrid SDK
When using Firebase AI Logic for hybrid inference, I want to be able to support users that are using non-Chrome browsers to still be able to run inference. In this case, give me an option to download Gemma and run inference for my users running a non-Chrome browser. This preserves the PREFERONDEVICE or ONLYONDEVICE flags I have set and allows my users to continue to benefit the rewards of my app without needing to download a new browser.
2
votes