Trying to use Chromes Summarizer api

Any one had any experience with Chromes Summeraizer api? I’m getting a “downloadable” response in availability but can’t get past

const summarizer = await Summarizer.create(o);

with

o = {
“type”: “tldr”,
“length”: “short”,
“format”: “markdown”,
“expectedInputLanguages”: [“en-US”],
“outputLanguage”: “en-US”
}

Any help greatly appreciated

What’s the exact message you are getting back?

Have you tried typing the commands into the Chrome Debug Console?

That’s part of the problem, nothing responds, no network, nothing in console, just times out (when I set a timeout) with no response. Program just stops dead.

This is a problem with the Summarizer API - nothing specific to AppStudio. You’ll need to look at Google’s info - that is the only browser which supports it now.

Wasn’t suggesting it was ever an AS issue. Would you rather this forum to be exclusively for AS issues?

It’s fine to ask questions like this. If it’s an AppStudio issue, we do our best to resolve it. If not, we’ll usually say so and try to offer a suggestion what do try next.

The good part is that the collective expertise on this forum far exceeds what us here at AppStudio have. You could very well get an answer from another user.

From a little reading potentially Summerizer() may only be available in Chrome Canary.

I gave up for OpenAI via php.