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/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-exp-03-25', 'SiliconFlow',
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
@@ -1,7 +1,7 @@
1
1
  const manifest = {
2
2
  "name": "utilitas",
3
3
  "description": "Just another common utility for JavaScript.",
4
- "version": "1999.1.65",
4
+ "version": "1999.1.67",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "utilitas",
3
3
  "description": "Just another common utility for JavaScript.",
4
- "version": "1999.1.65",
4
+ "version": "1999.1.67",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/utilitas",
7
7
  "main": "index.mjs",