You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,19 +351,20 @@ However, if the web developer wants to provide a differentiated user experience,
351
351
352
352
The method will return a promise that fulfills with one of the following availability values:
353
353
354
-
* "`no`" means that the implementation does not support the requested options, or does not support prompting a language model at all.
355
-
* "`after-download`" means that the implementation supports the requested options, but it will have to download something (e.g. the language model itself, or a fine-tuning) before it can create a session using those options.
356
-
* "`readily`" means that the implementation supports the requested options without requiring any new downloads.
354
+
* "`unavailable`" means that the implementation does not support the requested options, or does not support prompting a language model at all.
355
+
* "`downloadable`" means that the implementation supports the requested options, but it will have to download something (e.g. the language model itself, or a fine-tuning) before it can create a session using those options.
356
+
* "`downloading`" means that the implementation supports the requested options, but will need to finish an ongoing download operation before it can create a session using those options.
357
+
* "`available`" means that the implementation supports the requested options without requiring any new downloads.
0 commit comments