utilitas 2001.1.90 → 2001.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/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/alan.mjs +1 -1
- package/lib/manifest.mjs +1 -1
- package/package.json +1 -1
package/lib/alan.mjs
CHANGED
|
@@ -192,7 +192,7 @@ const MODELS = {
|
|
|
192
192
|
hearing: true, fast: true, hidden: true, defaultProvider: OPENAI,
|
|
193
193
|
},
|
|
194
194
|
// agents with deep-research capabilities
|
|
195
|
-
[DEEP_RESEARCH_PRO]: {
|
|
195
|
+
[DEEP_RESEARCH_PRO]: { // https://ai.google.dev/gemini-api/docs/deep-research
|
|
196
196
|
source: GOOGLE, contextWindow: m(1.05), maxOutputTokens: k(65.5),
|
|
197
197
|
'deep-research': true, reasoning: true, defaultProvider: GOOGLE,
|
|
198
198
|
},
|
package/lib/manifest.mjs
CHANGED