I want to double-check that Chrome, Firefox, and Microsoft Edge all delete their local AI models after the configuration scripts are installed. If all of them already do it, that information can be added to the browser documentation pages and the Q&A in index.md. If not, that should be added to the browser documentation and install script.
Test page to activate/download the local AI model (at least in Chrome/Edge): https://chrome.dev/web-ai-demos/writer-rewriter-api-playground/
It looks like Microsoft Edge does it. With the config disabled and browsing to that page, I see these folders added to my system:
/Users/corbin/Library/Application Support/Microsoft Edge/EdgeLLMRuntime - 2.51 GB
/Users/corbin/Library/Application Support/Microsoft Edge/EdgeLLMOnDeviceModel - 34.1 MB
When I install the Edge configuration again and restart, those folders are deleted.
I want to double-check that Chrome, Firefox, and Microsoft Edge all delete their local AI models after the configuration scripts are installed. If all of them already do it, that information can be added to the browser documentation pages and the Q&A in
index.md. If not, that should be added to the browser documentation and install script.Test page to activate/download the local AI model (at least in Chrome/Edge): https://chrome.dev/web-ai-demos/writer-rewriter-api-playground/
It looks like Microsoft Edge does it. With the config disabled and browsing to that page, I see these folders added to my system:
/Users/corbin/Library/Application Support/Microsoft Edge/EdgeLLMRuntime- 2.51 GB/Users/corbin/Library/Application Support/Microsoft Edge/EdgeLLMOnDeviceModel- 34.1 MBWhen I install the Edge configuration again and restart, those folders are deleted.