-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict with Google Chrome window.ai API #79
Comments
seems like it would make the most sense to overwrite and match the native API |
Here you can find the Prompt API explainer:
https://github.com/explainers-by-googlers/prompt-api
|
I threw together a quick Polyfill for the current spec. You can interact with by running the dev server on this branch [chrome spec polyfill fork](#81 I changed up the streaming api a bit. Chrome's current implementation appends all the previous chunks on each new chunk which seems like a mistake |
@MiguelsPizza Thanks! Is your PR ready to be merged? |
This is not my repository and it's unclear whether the author is still maintaining it or would even be interested in taking it this direction. I'll fork it and get an extension published when I have some time but it may be awhile |
Google Chrome has recently added the built-in ´window.ai´ API which conflicts with this API. Do you have any ideas how to solve it?
The text was updated successfully, but these errors were encountered: