WICG / writing-assistance-apis

A proposal for writing assistance web APIs: summarizer, writer, and rewriter
Creative Commons Attribution 4.0 International
17 stars 2 forks source link

AI summarizer failed to create session #1

Closed eyalzoref closed 1 month ago

eyalzoref commented 1 month ago

Issue Description:

When calling await ai.summarizer.create(); Throws exception: Uncaught InvalidStateError: The session cannot be created.

When running await ai.summarizer.capabilities(); available='after-download'

Expected: available should be equals to 'readily'. Actual: Also after 10 mins, still available is 'after-download'.

Environment: OS: Mac Book Air M1, macOS 14.5 Chrome: Canary version 129.0.6644.0

domenic commented 1 month ago

This appears to be a bug report against Chromium, and not related to this explainer. Please file such bugs at https://crbug.com.