utilitas 1999.1.90 → 1999.1.91
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 +13 -13
- package/lib/gen.mjs +1 -1
- package/lib/manifest.mjs +1 -1
- package/package.json +1 -1
package/lib/alan.mjs
CHANGED
|
@@ -62,23 +62,23 @@ const [
|
|
|
62
62
|
JINA_DEEPSEARCH, JINA_CLIP, VERTEX, GEMINI_25_PRO, SILICONFLOW,
|
|
63
63
|
SF_DEEPSEEK_R1, MAX_TIRE,
|
|
64
64
|
] = [
|
|
65
|
-
'OpenAI', 'Gemini', 'OPENAI_TRAINING', 'Ollama',
|
|
66
|
-
'nova', 'deepseek-r1', '```',
|
|
67
|
-
'text-embedding-3-
|
|
68
|
-
'
|
|
69
|
-
'medium', '
|
|
70
|
-
'</
|
|
71
|
-
'
|
|
72
|
-
'
|
|
73
|
-
|
|
74
|
-
|
|
65
|
+
'OpenAI', 'Gemini', 'OPENAI_TRAINING', 'Ollama',
|
|
66
|
+
'gemini-2.5-flash-preview-09-2025', 'nova', 'deepseek-r1', '```',
|
|
67
|
+
'text-embedding-3-small', 'text-embedding-3-large',
|
|
68
|
+
'claude-opus-4-1@20250805', 'audio', 'wav', '[ATTACHMENTS]', 'CHAT',
|
|
69
|
+
'OPENAI_VOICE', 'medium', 'low', 'high', 'medium', 'think', '<think>',
|
|
70
|
+
'</think>', 'AZURE', '<tools>', '</tools>', 'tools', 'text', 'thinking',
|
|
71
|
+
'OK', 'function', 'gpt-5', 'gpt-5-mini', 'redacted_thinking',
|
|
72
|
+
'gemma3:27b', 'Azure Openai', 'Anthropic', 'Vertex Anthropic',
|
|
73
|
+
7680 * 4320, [], 30, { log: true }, 'Alan', 'user', 'system',
|
|
74
|
+
'assistant', 'model', 'json_object', 'tool', true,
|
|
75
|
+
'gemini-embedding-001', 'Invalid file data.', 1.1, 100,
|
|
75
76
|
'Content is required.', 2048 * 2048, x => 1024 * x, x => 1000 * x,
|
|
76
77
|
x => 1024 * 1024 * x, x => 60 * x, x => 60 * 60 * x,
|
|
77
78
|
x => 1024 * 1024 * 1024 * x, x => x.replace(/[\.\s]*$/, ''),
|
|
78
|
-
{ embedding: true }, 'gemini-2.5-flash-image
|
|
79
|
+
{ embedding: true }, 'gemini-2.5-flash-image', 'image', 'Jina',
|
|
79
80
|
'jina-deepsearch-v1', 'jina-clip-v2', 'Vertex', 'gemini-2.5-pro',
|
|
80
|
-
'SiliconFlow', 'Pro/deepseek-ai/DeepSeek-R1',
|
|
81
|
-
768 * 768,
|
|
81
|
+
'SiliconFlow', 'Pro/deepseek-ai/DeepSeek-R1', 768 * 768,
|
|
82
82
|
];
|
|
83
83
|
|
|
84
84
|
const [tool, messages, text]
|
package/lib/gen.mjs
CHANGED
|
@@ -14,7 +14,7 @@ const [
|
|
|
14
14
|
] = [
|
|
15
15
|
{}, 'OPENAI', 'GEMINI', 'BASE64', 'FILE', 'BUFFER',
|
|
16
16
|
'Error generating media.', 'imagen-4.0-ultra-generate-001',
|
|
17
|
-
'gpt-image-1', 'veo-3.
|
|
17
|
+
'gpt-image-1', 'veo-3.1-generate-preview',
|
|
18
18
|
];
|
|
19
19
|
|
|
20
20
|
const init = async (options) => {
|
package/lib/manifest.mjs
CHANGED