utilitas 1999.1.85 → 1999.1.86
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
|
@@ -203,7 +203,7 @@ for (const n in MODELS) {
|
|
|
203
203
|
const DEFAULT_MODELS = {
|
|
204
204
|
[OPENAI]: GPT_5,
|
|
205
205
|
[SILICONFLOW]: SF_DEEPSEEK_R1,
|
|
206
|
-
[GEMINI]:
|
|
206
|
+
[GEMINI]: GEMINI_25_PRO,
|
|
207
207
|
[ANTHROPIC]: CLOUD_41_OPUS,
|
|
208
208
|
[VERTEX_ANTHROPIC]: CLOUD_41_OPUS,
|
|
209
209
|
[JINA]: JINA_DEEPSEARCH,
|
package/lib/manifest.mjs
CHANGED