prompt-api-polyfill 1.12.0 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/backends/firebase.js +462 -405
- package/dist/backends/gemini.js +12 -14
- package/dist/backends/openai.js +62 -64
- package/dist/backends/transformers.js +75 -63
- package/dist/chunks/{defaults-j68Er1oH.js → defaults-CzvdT-At.js} +12 -4
- package/dist/prompt-api-polyfill.js +277 -334
- package/package.json +2 -4
package/README.md
CHANGED
|
@@ -52,7 +52,8 @@ configured, the polyfill will use Transformers.js with the default model.
|
|
|
52
52
|
|
|
53
53
|
- **Uses**: `@huggingface/transformers` SDK.
|
|
54
54
|
- **Select by setting**: `window.TRANSFORMERS_CONFIG`.
|
|
55
|
-
- **Note**: This is the **default backend** if no other configuration is
|
|
55
|
+
- **Note**: This is the **default backend** if no other configuration is
|
|
56
|
+
provided.
|
|
56
57
|
- **Model**: Uses default if not specified (see
|
|
57
58
|
[`backends/defaults.js`](backends/defaults.js)).
|
|
58
59
|
|