@blueking/ai-ui-sdk 0.0.15-beta.21 → 0.0.15-beta.22
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/component/render-input/index.vue.css +17 -17
- package/dist/component/render-input/index.vue.js +1 -1
- package/dist/component/render-input/render-drag.vue.css +5 -5
- package/dist/component/render-input/render-drag.vue.js +1 -1
- package/dist/component/render-knowledge-icon/index.vue.css +1 -1
- package/dist/component/render-knowledge-icon/index.vue.js +1 -1
- package/dist/component/render-message/openai-message.vue.css +15 -15
- package/dist/component/render-message/openai-message.vue.js +1 -1
- package/dist/component/render-message/skeleton-message.vue.css +1 -1
- package/dist/component/render-message/skeleton-message.vue.js +1 -1
- package/dist/component/render-message/system-message.vue.css +2 -2
- package/dist/component/render-message/system-message.vue.js +1 -1
- package/dist/component/render-message/time-message.vue.css +1 -1
- package/dist/component/render-message/time-message.vue.js +1 -1
- package/dist/component/render-message/token-expired-message.vue.css +9 -9
- package/dist/component/render-message/token-expired-message.vue.js +1 -1
- package/dist/component/render-message/user-message.vue.css +15 -15
- package/dist/component/render-message/user-message.vue.js +1 -1
- package/dist/component/render-stop/index.vue.css +2 -2
- package/dist/component/render-stop/index.vue.js +1 -1
- package/dist/hooks/use-chat.d.ts +1 -0
- package/dist/hooks/use-chat.js +42 -9
- package/package.json +1 -1
@@ -1,37 +1,37 @@
|
|
1
1
|
|
2
2
|
.send-prompt-container {
|
3
|
-
&[data-v-
|
3
|
+
&[data-v-4lsfavww] {
|
4
4
|
width: 800px;
|
5
5
|
z-index: 1501;
|
6
6
|
overflow: visible;
|
7
7
|
position: relative;
|
8
8
|
}
|
9
|
-
[data-v-
|
9
|
+
[data-v-4lsfavww] .textarea-list {
|
10
10
|
bottom: var(--textarea-bottom);
|
11
11
|
}
|
12
12
|
&:hover {
|
13
|
-
.clear-icon[data-v-
|
13
|
+
.clear-icon[data-v-4lsfavww] {
|
14
14
|
display: inline-flex !important;
|
15
15
|
}
|
16
16
|
}
|
17
17
|
}
|
18
18
|
.quill-container {
|
19
|
-
&[data-v-
|
19
|
+
&[data-v-4lsfavww] {
|
20
20
|
background: #fff;
|
21
21
|
box-shadow: 0 0 6px 0 #0000001a;
|
22
22
|
border-radius: 4px;
|
23
23
|
box-sizing: border-box !important;
|
24
24
|
border: 1px solid transparent;
|
25
25
|
}
|
26
|
-
&.active[data-v-
|
26
|
+
&.active[data-v-4lsfavww] {
|
27
27
|
border: 1px solid #3A84FF !important;
|
28
28
|
}
|
29
|
-
&[data-v-
|
29
|
+
&[data-v-4lsfavww]:has(.ql-editor:focus) {
|
30
30
|
border: 1px solid #3A84FF !important;
|
31
31
|
}
|
32
32
|
}
|
33
33
|
.send-prompt {
|
34
|
-
&[data-v-
|
34
|
+
&[data-v-4lsfavww] {
|
35
35
|
width: 800px;
|
36
36
|
border: 1px solid transparent;
|
37
37
|
flex-direction: row;
|
@@ -41,28 +41,28 @@
|
|
41
41
|
border-radius: 4px;
|
42
42
|
border: 1px solid transparent !important;
|
43
43
|
}
|
44
|
-
[data-v-
|
44
|
+
[data-v-4lsfavww] .content-input-wrapper {
|
45
45
|
padding: 0 !important;
|
46
46
|
height: 100% !important;
|
47
47
|
}
|
48
|
-
[data-v-
|
48
|
+
[data-v-4lsfavww] .auto-textarea-wrapper {
|
49
49
|
height: 100% !important;
|
50
50
|
}
|
51
|
-
[data-v-
|
51
|
+
[data-v-4lsfavww] .v-note-panel {
|
52
52
|
border-radius: 4px;
|
53
53
|
}
|
54
|
-
[data-v-
|
54
|
+
[data-v-4lsfavww] .scroll-style {
|
55
55
|
overflow-y: hidden !important;
|
56
56
|
}
|
57
|
-
[data-v-
|
57
|
+
[data-v-4lsfavww] .auto-textarea-block {
|
58
58
|
display: none;
|
59
59
|
}
|
60
|
-
&[data-v-
|
60
|
+
&[data-v-4lsfavww]:has(.ql-editor:focus) {
|
61
61
|
height: var(--text-height);
|
62
62
|
}
|
63
63
|
}
|
64
64
|
.ai-ui-sdk-fasong {
|
65
|
-
&[data-v-
|
65
|
+
&[data-v-4lsfavww] {
|
66
66
|
width: 28px;
|
67
67
|
height: 28px;
|
68
68
|
line-height: 28px;
|
@@ -76,16 +76,16 @@
|
|
76
76
|
text-align: center;
|
77
77
|
z-index: 1501;
|
78
78
|
}
|
79
|
-
&[data-v-
|
79
|
+
&[data-v-4lsfavww]:hover {
|
80
80
|
background: #F0F5FF;
|
81
81
|
color: #3a84ff;
|
82
82
|
}
|
83
|
-
&.disable[data-v-
|
83
|
+
&.disable[data-v-4lsfavww] {
|
84
84
|
color: #dcdee5;
|
85
85
|
cursor: not-allowed;
|
86
86
|
}
|
87
87
|
}
|
88
|
-
.clear-icon[data-v-
|
88
|
+
.clear-icon[data-v-4lsfavww] {
|
89
89
|
display: none !important;
|
90
90
|
position: absolute;
|
91
91
|
bottom: 42px;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
.send-tool-container {
|
3
|
-
&[data-v-
|
3
|
+
&[data-v-hlf3c71u] {
|
4
4
|
position: absolute;
|
5
5
|
left: 50%;
|
6
6
|
top: 16px;
|
@@ -14,18 +14,18 @@
|
|
14
14
|
z-index: 15001;
|
15
15
|
}
|
16
16
|
&.bottom {
|
17
|
-
&[data-v-
|
17
|
+
&[data-v-hlf3c71u] {
|
18
18
|
bottom: 0;
|
19
19
|
top: auto;
|
20
20
|
}
|
21
|
-
.ai-ui-sdk-gengduo[data-v-
|
21
|
+
.ai-ui-sdk-gengduo[data-v-hlf3c71u] {
|
22
22
|
margin-top: -10px;
|
23
23
|
}
|
24
24
|
}
|
25
|
-
&[data-v-
|
25
|
+
&[data-v-hlf3c71u]:hover, &.is-dragging[data-v-hlf3c71u] {
|
26
26
|
background: #3A84FF;
|
27
27
|
}
|
28
|
-
.ai-ui-sdk-gengduo[data-v-
|
28
|
+
.ai-ui-sdk-gengduo[data-v-hlf3c71u] {
|
29
29
|
margin-top: -2px;
|
30
30
|
color: #63656E;
|
31
31
|
}
|
@@ -1,11 +1,11 @@
|
|
1
1
|
|
2
|
-
.ai-message-home[data-v-
|
2
|
+
.ai-message-home[data-v-nvg6vlaq] {
|
3
3
|
justify-content: center;
|
4
4
|
align-items: flex-start;
|
5
5
|
width: 100%;
|
6
6
|
}
|
7
7
|
.ai-content {
|
8
|
-
&[data-v-
|
8
|
+
&[data-v-nvg6vlaq] {
|
9
9
|
flex: 1;
|
10
10
|
max-width: calc(100% - 104px);
|
11
11
|
background: #FFFFFF;
|
@@ -18,12 +18,12 @@
|
|
18
18
|
padding-top: 12px;
|
19
19
|
margin-right: 52px;
|
20
20
|
}
|
21
|
-
.ai-ui-sdk-warning-circle-fill[data-v-
|
21
|
+
.ai-ui-sdk-warning-circle-fill[data-v-nvg6vlaq] {
|
22
22
|
color: #EA3636;
|
23
23
|
font-size: 18px;
|
24
24
|
margin-right: 2px;
|
25
25
|
}
|
26
|
-
.ai-ui-sdk-quanquan[data-v-
|
26
|
+
.ai-ui-sdk-quanquan[data-v-nvg6vlaq] {
|
27
27
|
display: inline-block;
|
28
28
|
color: #3A84FF;
|
29
29
|
animation: rotate 800ms linear infinite;
|
@@ -32,12 +32,12 @@
|
|
32
32
|
top: 23px;
|
33
33
|
z-index: 1501;
|
34
34
|
}
|
35
|
-
.message-check[data-v-
|
35
|
+
.message-check[data-v-nvg6vlaq] {
|
36
36
|
position: absolute;
|
37
37
|
top: 0;
|
38
38
|
left: -80px;
|
39
39
|
}
|
40
|
-
&[data-v-
|
40
|
+
&[data-v-nvg6vlaq]::before {
|
41
41
|
position: absolute;
|
42
42
|
content: '';
|
43
43
|
width: 15px;
|
@@ -47,25 +47,25 @@
|
|
47
47
|
rotate: 45deg;
|
48
48
|
background: #FFFFFF;
|
49
49
|
}
|
50
|
-
&.fail[data-v-
|
50
|
+
&.fail[data-v-nvg6vlaq] {
|
51
51
|
padding: 12px;
|
52
52
|
word-break: break-all;
|
53
53
|
}
|
54
|
-
&.loading[data-v-
|
54
|
+
&.loading[data-v-nvg6vlaq] {
|
55
55
|
padding: 12px 0;
|
56
56
|
word-break: break-all;
|
57
57
|
}
|
58
58
|
}
|
59
|
-
.skeleton-message[data-v-
|
59
|
+
.skeleton-message[data-v-nvg6vlaq] {
|
60
60
|
margin-right: 52px;
|
61
61
|
}
|
62
62
|
.message-photo {
|
63
|
-
&[data-v-
|
63
|
+
&[data-v-nvg6vlaq] {
|
64
64
|
width: 52px;
|
65
65
|
text-align: right;
|
66
66
|
user-select: none;
|
67
67
|
}
|
68
|
-
img[data-v-
|
68
|
+
img[data-v-nvg6vlaq] {
|
69
69
|
margin-right: 16px;
|
70
70
|
margin-top: 5px;
|
71
71
|
width: 36px;
|
@@ -73,24 +73,24 @@ img[data-v-2ctp5ngk] {
|
|
73
73
|
}
|
74
74
|
}
|
75
75
|
.message-tools {
|
76
|
-
&[data-v-
|
76
|
+
&[data-v-nvg6vlaq] {
|
77
77
|
margin: 12px 12px 12px;
|
78
78
|
padding-top: 10px;
|
79
79
|
justify-content: space-between;
|
80
80
|
border-top: 1px solid #EAEBF0;
|
81
81
|
}
|
82
|
-
.rate-tip[data-v-
|
82
|
+
.rate-tip[data-v-nvg6vlaq] {
|
83
83
|
font-size: 12px;
|
84
84
|
color: #979BA5;
|
85
85
|
margin-left: 7px;
|
86
86
|
}
|
87
87
|
.tool-icons {
|
88
88
|
.ai-ui-sdk-icon {
|
89
|
-
&[data-v-
|
89
|
+
&[data-v-nvg6vlaq] {
|
90
90
|
cursor: pointer;
|
91
91
|
color: #979BA5;
|
92
92
|
}
|
93
|
-
&[data-v-
|
93
|
+
&[data-v-nvg6vlaq]:hover {
|
94
94
|
color: #3A84FF;
|
95
95
|
}
|
96
96
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { render } from './skeleton-message.script.vue.js';
|
2
2
|
const script = { render };
|
3
|
-
script.__scopeId = "data-v-
|
3
|
+
script.__scopeId = "data-v-0qnantzb";
|
4
4
|
script.__file = "./src/component/render-message/skeleton-message.vue";
|
5
5
|
import './skeleton-message.vue.css';
|
6
6
|
export default script;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
.system-message {
|
3
|
-
&[data-v-
|
3
|
+
&[data-v-rpaim43x] {
|
4
4
|
position: relative;
|
5
5
|
width: calc(100% - 204px) !important;
|
6
6
|
max-width: 800px !important;
|
@@ -8,7 +8,7 @@
|
|
8
8
|
border-bottom: 1px dashed #DCDEE5;
|
9
9
|
margin: 24px 0 40px !important;
|
10
10
|
}
|
11
|
-
span[data-v-
|
11
|
+
span[data-v-rpaim43x] {
|
12
12
|
position: absolute;
|
13
13
|
left: 50%;
|
14
14
|
top: 50%;
|
@@ -1,11 +1,11 @@
|
|
1
1
|
|
2
|
-
.ai-message-home[data-v-
|
2
|
+
.ai-message-home[data-v-ar25cgut] {
|
3
3
|
justify-content: center;
|
4
4
|
align-items: flex-start;
|
5
5
|
width: 100%;
|
6
6
|
}
|
7
7
|
.ai-content {
|
8
|
-
&[data-v-
|
8
|
+
&[data-v-ar25cgut] {
|
9
9
|
flex: 1;
|
10
10
|
background: #FFFFFF;
|
11
11
|
line-height: 22px;
|
@@ -17,17 +17,17 @@
|
|
17
17
|
padding-top: 12px;
|
18
18
|
margin-right: 52px;
|
19
19
|
}
|
20
|
-
.ai-ui-sdk-warning-circle-fill[data-v-
|
20
|
+
.ai-ui-sdk-warning-circle-fill[data-v-ar25cgut] {
|
21
21
|
color: #EA3636;
|
22
22
|
font-size: 18px;
|
23
23
|
margin-right: 2px;
|
24
24
|
}
|
25
|
-
.message-check[data-v-
|
25
|
+
.message-check[data-v-ar25cgut] {
|
26
26
|
position: absolute;
|
27
27
|
top: 0;
|
28
28
|
left: -80px;
|
29
29
|
}
|
30
|
-
&[data-v-
|
30
|
+
&[data-v-ar25cgut]::before {
|
31
31
|
position: absolute;
|
32
32
|
content: '';
|
33
33
|
width: 15px;
|
@@ -37,24 +37,24 @@
|
|
37
37
|
rotate: 45deg;
|
38
38
|
background: #FFFFFF;
|
39
39
|
}
|
40
|
-
&.fail[data-v-
|
40
|
+
&.fail[data-v-ar25cgut] {
|
41
41
|
padding: 12px;
|
42
42
|
}
|
43
43
|
}
|
44
44
|
.message-photo {
|
45
|
-
&[data-v-
|
45
|
+
&[data-v-ar25cgut] {
|
46
46
|
width: 52px;
|
47
47
|
text-align: right;
|
48
48
|
user-select: none;
|
49
49
|
}
|
50
|
-
img[data-v-
|
50
|
+
img[data-v-ar25cgut] {
|
51
51
|
margin-right: 16px;
|
52
52
|
margin-top: 5px;
|
53
53
|
width: 36px;
|
54
54
|
height: 36px;
|
55
55
|
}
|
56
56
|
}
|
57
|
-
.clear-message[data-v-
|
57
|
+
.clear-message[data-v-ar25cgut] {
|
58
58
|
color: #3a84ff;
|
59
59
|
cursor: pointer;
|
60
60
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import script from './token-expired-message.script.vue.js';
|
2
|
-
script.__scopeId = "data-v-
|
2
|
+
script.__scopeId = "data-v-ar25cgut";
|
3
3
|
script.__file = "./src/component/render-message/token-expired-message.vue";
|
4
4
|
import './token-expired-message.vue.css';
|
5
5
|
export default script;
|
@@ -1,23 +1,23 @@
|
|
1
1
|
|
2
|
-
.user-message-home[data-v-
|
2
|
+
.user-message-home[data-v-961m65rq] {
|
3
3
|
align-items: flex-start;
|
4
4
|
justify-content: flex-end;
|
5
5
|
}
|
6
6
|
.user-message-extra {
|
7
|
-
&[data-v-
|
7
|
+
&[data-v-961m65rq] {
|
8
8
|
padding: 0 52px;
|
9
9
|
}
|
10
|
-
&[data-v-
|
10
|
+
&[data-v-961m65rq]:after {
|
11
11
|
content: '';
|
12
12
|
display: table;
|
13
13
|
clear: both;
|
14
14
|
}
|
15
|
-
.ai-ui-sdk-icon[data-v-
|
15
|
+
.ai-ui-sdk-icon[data-v-961m65rq] {
|
16
16
|
font-size: 14px;
|
17
17
|
}
|
18
18
|
}
|
19
19
|
.user-content {
|
20
|
-
&[data-v-
|
20
|
+
&[data-v-961m65rq] {
|
21
21
|
flex: 1;
|
22
22
|
max-width: calc(100% - 104px);
|
23
23
|
background: #E1ECFF;
|
@@ -30,7 +30,7 @@
|
|
30
30
|
margin-left: 52px;
|
31
31
|
}
|
32
32
|
.ai-ui-sdk-icon {
|
33
|
-
&[data-v-
|
33
|
+
&[data-v-961m65rq] {
|
34
34
|
width: 28px;
|
35
35
|
height: 28px;
|
36
36
|
background: #FFFFFF;
|
@@ -45,20 +45,20 @@
|
|
45
45
|
margin-right: 8px;
|
46
46
|
margin-top: 8px;
|
47
47
|
}
|
48
|
-
&.hover-show[data-v-
|
48
|
+
&.hover-show[data-v-961m65rq] {
|
49
49
|
display: none;
|
50
50
|
}
|
51
|
-
&.ai-ui-sdk-yinyong-2[data-v-
|
51
|
+
&.ai-ui-sdk-yinyong-2[data-v-961m65rq]:hover, &.ai-ui-sdk-copy[data-v-961m65rq]:hover, &.ai-ui-sdk-baocun[data-v-961m65rq]:hover, &.ai-ui-sdk-delete[data-v-961m65rq]:hover {
|
52
52
|
color: #3A84FF;
|
53
53
|
border-color: #3A84FF;
|
54
54
|
}
|
55
55
|
}
|
56
56
|
&:hover {
|
57
|
-
.hover-show[data-v-
|
57
|
+
.hover-show[data-v-961m65rq] {
|
58
58
|
display: flex;
|
59
59
|
}
|
60
60
|
}
|
61
|
-
&[data-v-
|
61
|
+
&[data-v-961m65rq]::after {
|
62
62
|
position: absolute;
|
63
63
|
content: '';
|
64
64
|
width: 15px;
|
@@ -69,24 +69,24 @@
|
|
69
69
|
background: #E1ECFF;
|
70
70
|
}
|
71
71
|
}
|
72
|
-
.message-tools[data-v-
|
72
|
+
.message-tools[data-v-961m65rq] {
|
73
73
|
justify-content: flex-end;
|
74
74
|
position: absolute;
|
75
75
|
width: 150px;
|
76
76
|
left: -150px;
|
77
77
|
top: 2px;
|
78
78
|
}
|
79
|
-
.message-check[data-v-
|
79
|
+
.message-check[data-v-961m65rq] {
|
80
80
|
position: absolute;
|
81
81
|
top: 0;
|
82
82
|
left: -80px;
|
83
83
|
}
|
84
84
|
.message-photo {
|
85
|
-
&[data-v-
|
85
|
+
&[data-v-961m65rq] {
|
86
86
|
width: 52px;
|
87
87
|
user-select: none;
|
88
88
|
}
|
89
|
-
img[data-v-
|
89
|
+
img[data-v-961m65rq] {
|
90
90
|
margin-left: 16px;
|
91
91
|
margin-top: 5px;
|
92
92
|
width: 36px;
|
@@ -95,6 +95,6 @@ img[data-v-ysd8zobk] {
|
|
95
95
|
border-radius: 100%;
|
96
96
|
}
|
97
97
|
}
|
98
|
-
.skeleton-message[data-v-
|
98
|
+
.skeleton-message[data-v-961m65rq] {
|
99
99
|
margin-left: 52px;
|
100
100
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
.render-stop {
|
3
|
-
&[data-v-
|
3
|
+
&[data-v-v89tz0ix] {
|
4
4
|
background: #FFFFFF;
|
5
5
|
border: 1px solid #DCDEE5;
|
6
6
|
border-radius: 2px;
|
@@ -9,7 +9,7 @@
|
|
9
9
|
font-size: 12px;
|
10
10
|
cursor: pointer;
|
11
11
|
}
|
12
|
-
.stop-icon[data-v-
|
12
|
+
.stop-icon[data-v-v89tz0ix] {
|
13
13
|
width: 8px;
|
14
14
|
height: 8px;
|
15
15
|
background: #FFDDDD;
|
package/dist/hooks/use-chat.d.ts
CHANGED
@@ -861,5 +861,6 @@ export declare const useChat: ({ handleStart, handleText, handleReferenceDoc, ha
|
|
861
861
|
modifySessionContentApi: (data: ISessionContent) => Promise<ISessionContent>;
|
862
862
|
deleteSessionContentApi: (id: number) => Promise<ISessionContent>;
|
863
863
|
batchDeleteSessionContentsApi: (ids: number[]) => Promise<number>;
|
864
|
+
updateRequestOptions: (newOptions: Partial<typeof requestOptions>) => void;
|
864
865
|
};
|
865
866
|
export {};
|
package/dist/hooks/use-chat.js
CHANGED
@@ -65,8 +65,39 @@ import { ChatHelper } from '../common/chart-helper.js';
|
|
65
65
|
import { processPromptTemplate, throttle } from '../common/util.js';
|
66
66
|
// ai 聊天
|
67
67
|
export const useChat = ({ handleStart, handleText, handleReferenceDoc, handleThink, handleEnd, handleError, requestOptions })=>{
|
68
|
-
//
|
69
|
-
const
|
68
|
+
// 用 ref 存储 requestOptions,使其可更新
|
69
|
+
const currentRequestOptions = ref(requestOptions);
|
70
|
+
// 创建一个获取 API 函数的方法,便于重用
|
71
|
+
const createHttpApis = (options)=>{
|
72
|
+
return useHttp(options.url);
|
73
|
+
};
|
74
|
+
// 初始 API 实例
|
75
|
+
let httpApis = createHttpApis(currentRequestOptions.value);
|
76
|
+
// 解构 API 方法
|
77
|
+
let { getAgentInfo: getAgentInfoApi, clearSession: clearSessionApi, getSessions: getSessionsApi, plusSession: plusSessionApi, modifySession: modifySessionApi, deleteSession: deleteSessionApi, batchDeleteSessions: batchDeleteSessionsApi, getSession: getSessionApi, getSessionContents: getSessionContentsApi, plusSessionContent: plusSessionContentApi, modifySessionContent: modifySessionContentApi, deleteSessionContent: deleteSessionContentApi, batchDeleteSessionContents: batchDeleteSessionContentsApi } = httpApis;
|
78
|
+
// 更新 requestOptions 的方法
|
79
|
+
function updateRequestOptions(newOptions) {
|
80
|
+
// 合并新旧配置
|
81
|
+
currentRequestOptions.value = _object_spread({}, currentRequestOptions.value, newOptions);
|
82
|
+
// 如果 URL 变更,重新获取 API
|
83
|
+
if (newOptions.url) {
|
84
|
+
httpApis = createHttpApis(currentRequestOptions.value);
|
85
|
+
// 更新所有 API 引用
|
86
|
+
getAgentInfoApi = httpApis.getAgentInfo;
|
87
|
+
clearSessionApi = httpApis.clearSession;
|
88
|
+
getSessionsApi = httpApis.getSessions;
|
89
|
+
plusSessionApi = httpApis.plusSession;
|
90
|
+
modifySessionApi = httpApis.modifySession;
|
91
|
+
deleteSessionApi = httpApis.deleteSession;
|
92
|
+
batchDeleteSessionsApi = httpApis.batchDeleteSessions;
|
93
|
+
getSessionApi = httpApis.getSession;
|
94
|
+
getSessionContentsApi = httpApis.getSessionContents;
|
95
|
+
plusSessionContentApi = httpApis.plusSessionContent;
|
96
|
+
modifySessionContentApi = httpApis.modifySessionContent;
|
97
|
+
deleteSessionContentApi = httpApis.deleteSessionContent;
|
98
|
+
batchDeleteSessionContentsApi = httpApis.batchDeleteSessionContents;
|
99
|
+
}
|
100
|
+
}
|
70
101
|
const startMessage = '内容正在生成中...';
|
71
102
|
// 聊天上下文
|
72
103
|
const currentSession = ref();
|
@@ -448,11 +479,12 @@ export const useChat = ({ handleStart, handleText, handleReferenceDoc, handleThi
|
|
448
479
|
}
|
449
480
|
// 聊天
|
450
481
|
function chat({ sessionCode, data, headers }) {
|
482
|
+
var _currentRequestOptions_value;
|
451
483
|
const sessionContent = getLastSessionContentBySessionCode(sessionCode);
|
452
484
|
// 发送请求
|
453
485
|
chatHelper.stream({
|
454
486
|
sessionCode,
|
455
|
-
url: `${
|
487
|
+
url: `${currentRequestOptions.value.url}/chat_completion/`,
|
456
488
|
data: _object_spread({
|
457
489
|
session_content_id: sessionContent === null || sessionContent === void 0 ? void 0 : sessionContent.id,
|
458
490
|
session_code: sessionCode,
|
@@ -460,7 +492,7 @@ export const useChat = ({ handleStart, handleText, handleReferenceDoc, handleThi
|
|
460
492
|
stream: true
|
461
493
|
}
|
462
494
|
}, data),
|
463
|
-
headers: headers || (
|
495
|
+
headers: headers || ((_currentRequestOptions_value = currentRequestOptions.value) === null || _currentRequestOptions_value === void 0 ? void 0 : _currentRequestOptions_value.headers)
|
464
496
|
});
|
465
497
|
}
|
466
498
|
function reSendChat(sessionCode, sessionContent, sessionIndex) {
|
@@ -493,8 +525,8 @@ export const useChat = ({ handleStart, handleText, handleReferenceDoc, handleThi
|
|
493
525
|
}
|
494
526
|
// 发送聊天
|
495
527
|
function sendChat(content, callback) {
|
496
|
-
var _currentSession_value, _currentSession_value1, _currentSession_value2;
|
497
|
-
if (!((_currentSession_value = currentSession.value) === null || _currentSession_value === void 0 ? void 0 : _currentSession_value.sessionCode) || !(
|
528
|
+
var _currentSession_value, _currentRequestOptions_value, _currentSession_value1, _currentSession_value2, _currentRequestOptions_value1;
|
529
|
+
if (!((_currentSession_value = currentSession.value) === null || _currentSession_value === void 0 ? void 0 : _currentSession_value.sessionCode) || !((_currentRequestOptions_value = currentRequestOptions.value) === null || _currentRequestOptions_value === void 0 ? void 0 : _currentRequestOptions_value.url) || currentSessionLoading.value) {
|
498
530
|
return;
|
499
531
|
}
|
500
532
|
const { message, cite, shortcut } = content;
|
@@ -514,8 +546,8 @@ export const useChat = ({ handleStart, handleText, handleReferenceDoc, handleThi
|
|
514
546
|
// 发送请求
|
515
547
|
chatHelper.stream({
|
516
548
|
sessionCode: (_currentSession_value2 = currentSession.value) === null || _currentSession_value2 === void 0 ? void 0 : _currentSession_value2.sessionCode,
|
517
|
-
url:
|
518
|
-
headers:
|
549
|
+
url: currentRequestOptions.value.url,
|
550
|
+
headers: (_currentRequestOptions_value1 = currentRequestOptions.value) === null || _currentRequestOptions_value1 === void 0 ? void 0 : _currentRequestOptions_value1.headers,
|
519
551
|
data: {
|
520
552
|
inputs: {
|
521
553
|
chat_history: prompts.value.slice(0, prompts.value.length - 1),
|
@@ -582,6 +614,7 @@ export const useChat = ({ handleStart, handleText, handleReferenceDoc, handleThi
|
|
582
614
|
plusSessionContentApi,
|
583
615
|
modifySessionContentApi,
|
584
616
|
deleteSessionContentApi,
|
585
|
-
batchDeleteSessionContentsApi
|
617
|
+
batchDeleteSessionContentsApi,
|
618
|
+
updateRequestOptions
|
586
619
|
};
|
587
620
|
};
|