utilitas 1999.1.65 → 1999.1.67
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/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/alan.mjs +1 -2
- package/lib/manifest.mjs +1 -1
- package/package.json +1 -1
package/lib/alan.mjs
CHANGED
|
@@ -76,7 +76,7 @@ const [
|
|
|
76
76
|
x => 60 * 60 * x, x => 1024 * 1024 * 1024 * x,
|
|
77
77
|
x => x.replace(/[\.\s]*$/, ''), { embedding: true },
|
|
78
78
|
'gemini-2.0-flash-exp', 'image', 'Jina', 'jina-deepsearch-v1',
|
|
79
|
-
'jina-clip-v2', 'Vertex', 'gemini-2.5-pro-
|
|
79
|
+
'jina-clip-v2', 'Vertex', 'gemini-2.5-pro-preview-05-06', 'SiliconFlow',
|
|
80
80
|
'Pro/deepseek-ai/DeepSeek-V3',
|
|
81
81
|
];
|
|
82
82
|
|
|
@@ -591,7 +591,6 @@ const buildGptMessage = (content, options) => {
|
|
|
591
591
|
};
|
|
592
592
|
} else if (MODELS[options.model]?.supportedDocTypes?.includes?.(x.mime_type)) {
|
|
593
593
|
alterModel = selectGptVisionModel(options);
|
|
594
|
-
print(formatDataURL(x.mime_type, x.data));
|
|
595
594
|
return {
|
|
596
595
|
type: 'file',
|
|
597
596
|
file: {
|
package/lib/manifest.mjs
CHANGED