Chrome Prompt API doesn't work due to allow=language-model needed #656
Unanswered
ryanseddon
asked this question in
Q&A
Replies: 2 comments 9 replies
-
What's your Chrome version? Mine is LanguageModel.create().then(s => s.prompt("say hello")) |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As discussed in #238 the Chrome (and most likely Edge too) Prompt API doesn't work in observable after Chrome made a change to need cross origin iframes to set
allow="language-model"
.I've tried permission proxy idea via a popup window to no avail in this notebook.
Trying to start a session gives me permission denied

Beta Was this translation helpful? Give feedback.
All reactions