-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As discussed in the explainer's Goals section, it might be useful to allow web developers to know some identifier for the language model in use, separate from the browser version. This would allow them to allowlist or blocklist specific models to maintain a desired level of quality, or restrict certain use cases to a specific model.
This would probably not have significant privacy implications, since we already expose prompt()
and sufficiently-detailed prompting should be able to distinguish between possible models.
However, I worry a bit about the interop issues. Adding such an API does make it much easier to write code that only works in one browser, or with one model.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request