@iterms/tinyflow-ai-vue 0.2.21 → 0.2.23

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/index.js CHANGED
@@ -16350,7 +16350,7 @@ function jf(e, t) {
16350
16350
  let g = n().advancedExpand ? ["advanced"] : [];
16351
16351
  async function f(h) {
16352
16352
  var y, C;
16353
- const v = await ((C = (y = s.provider) == null ? void 0 : y.llm) == null ? void 0 : C.call(y, h));
16353
+ const v = await ((C = (y = s.provider) == null ? void 0 : y.llm) == null ? void 0 : C.call(y, "0", h));
16354
16354
  oe(a, [], !0), d(a).push(...v || []);
16355
16355
  }
16356
16356
  {
@@ -16493,7 +16493,7 @@ function jf(e, t) {
16493
16493
  placeholder: "请选择模型组",
16494
16494
  onSelect: (X) => {
16495
16495
  const re = X.value;
16496
- f(re), u(o, () => ({ modelGroupId: re })), u(o, () => ({ modelId: void 0 }));
16496
+ f(re), u(o, () => ({ modelGroupId: re, modelId: null, llmId: null }));
16497
16497
  },
16498
16498
  get value() {
16499
16499
  return d(G);
@@ -16513,10 +16513,7 @@ function jf(e, t) {
16513
16513
  placeholder: "请选择模型",
16514
16514
  onSelect: (X) => {
16515
16515
  const re = X.value;
16516
- u(o, () => ({
16517
- // llmId: newValue,
16518
- modelId: re
16519
- }));
16516
+ u(o, () => ({ llmId: null, modelId: re }));
16520
16517
  },
16521
16518
  get value() {
16522
16519
  return d(G);