g-ai-robot3 0.1.68 → 0.1.69
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/g-ai-robot3.es.js +3 -2
- package/dist/g-ai-robot3.umd.js +46 -46
- package/dist/index.css +1 -1
- package/dist/index.vue.d.ts +3 -0
- package/dist/type.d.ts +1 -0
- package/package.json +1 -1
package/dist/g-ai-robot3.es.js
CHANGED
|
@@ -95492,6 +95492,7 @@ const ygt = { class: "robot" }, Igt = {
|
|
|
95492
95492
|
stream: { default: "True" },
|
|
95493
95493
|
title: { default: "GR水利大模型" },
|
|
95494
95494
|
greet: { default: "您好,我是GR水利大模型智能小助手,您可以向我提出贵仁科技水利大模型使用问题。" },
|
|
95495
|
+
welcomeMessage: { default: "您好,我是GR水利大模型智能小助手,您可以向我提出贵仁科技水利大模型使用问题。" },
|
|
95495
95496
|
waitTxt: { default: "贵仁科技AI正在生成回答" },
|
|
95496
95497
|
systemName: { default: "g-ai-robot3" },
|
|
95497
95498
|
robotCss: { default: () => ({ left: "10px", bottom: "10px" }) },
|
|
@@ -95549,7 +95550,7 @@ const ygt = { class: "robot" }, Igt = {
|
|
|
95549
95550
|
{
|
|
95550
95551
|
id: 0,
|
|
95551
95552
|
type: "aiAnswer",
|
|
95552
|
-
content:
|
|
95553
|
+
content: p.welcomeMessage
|
|
95553
95554
|
}
|
|
95554
95555
|
]), h = _(""), g = y(() => ({
|
|
95555
95556
|
...p.cozeInfo,
|
|
@@ -96108,7 +96109,7 @@ const ygt = { class: "robot" }, Igt = {
|
|
|
96108
96109
|
], 4)) : ta("", !0)
|
|
96109
96110
|
], 36));
|
|
96110
96111
|
}
|
|
96111
|
-
}), Th = /* @__PURE__ */ iL(Kgt, [["__scopeId", "data-v-
|
|
96112
|
+
}), Th = /* @__PURE__ */ iL(Kgt, [["__scopeId", "data-v-654c43bf"]]);
|
|
96112
96113
|
Th.name = "GAiRobot3";
|
|
96113
96114
|
Th.install = function(t) {
|
|
96114
96115
|
t.component("GAiRobot3", Th);
|