utilitas 2001.1.131 → 2001.1.135
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 -2
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/alan.mjs +145 -75
- package/lib/manifest.mjs +19 -19
- package/lib/rag.mjs +1 -0
- package/lib/storage.mjs +33 -0
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -33,8 +33,7 @@ Works in Node.js and modern browsers.
|
|
|
33
33
|
| GEMINI_30_FLASH | String | gemini-3-flash-preview |
|
|
34
34
|
| GEMINI_30_PRO_IMAGE | String | gemini-3-pro-image-preview |
|
|
35
35
|
| GEMINI_31_PRO | String | gemini-3.1-pro-preview |
|
|
36
|
-
|
|
|
37
|
-
| GPT_52_CODEX | String | gpt-5.2-codex |
|
|
36
|
+
| GPT_54 | String | gpt-5.4 |
|
|
38
37
|
| GPT_IMAGE_15 | String | gpt-image-1.5 |
|
|
39
38
|
| IMAGEN_4_ULTRA | String | imagen-4.0-ultra-generate-001 |
|
|
40
39
|
| OPENAI_VOICE | String | OPENAI_VOICE |
|
|
@@ -398,6 +397,7 @@ Works in Node.js and modern browsers.
|
|
|
398
397
|
| getConfigFilename | AsyncFunction | options |
|
|
399
398
|
| getGcUrlByBucket | Function | bucke |
|
|
400
399
|
| getIdByGs | Function | gs |
|
|
400
|
+
| getImageSize | Function | buf |
|
|
401
401
|
| getMime | AsyncFunction | buf, filename |
|
|
402
402
|
| getTempPath | Function | options |
|
|
403
403
|
| handleError | Function | err, opts |
|