@gptmarket/temporal-types 0.0.36 → 0.0.38
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/package.json +1 -1
- package/registry.ts +1 -1
- package/schemas/SaaSLoomInput.json +1 -1
package/package.json
CHANGED
package/registry.ts
CHANGED
|
@@ -753,7 +753,7 @@ export const saa_s_loom: WorkflowDefinition<
|
|
|
753
753
|
label: "Llm Model",
|
|
754
754
|
description: "LLM for content generation (must support vision)",
|
|
755
755
|
required: false,
|
|
756
|
-
default: "gemini/gemini-2.
|
|
756
|
+
default: "gemini/gemini-2.5-flash-lite",
|
|
757
757
|
hidden: true,
|
|
758
758
|
},
|
|
759
759
|
{
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
"type": "string"
|
|
432
432
|
},
|
|
433
433
|
"llm_model": {
|
|
434
|
-
"default": "gemini/gemini-2.
|
|
434
|
+
"default": "gemini/gemini-2.5-flash-lite",
|
|
435
435
|
"description": "LLM for content generation (must support vision)",
|
|
436
436
|
"title": "Llm Model",
|
|
437
437
|
"type": "string"
|