@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 +3 -6
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
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
|
|
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);
|