@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gptmarket/temporal-types",
3
- "version": "0.0.36",
3
+ "version": "0.0.38",
4
4
  "description": "TypeScript types and workflow registry for GPTMarket Temporal workflows",
5
5
  "main": "index.ts",
6
6
  "types": "index.ts",
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.0-flash",
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.0-flash",
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"