|
@@ -830,7 +830,7 @@ const aiAnalysisRefresh45 = () => {
|
|
|
}).json = ''
|
|
}).json = ''
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- chat_stream(msg, 'a7741704-ba56-40b7-a6b8-62a423ef9376', props.userId, 'zh-CN', (event) => {
|
|
|
|
|
|
|
+ chat_stream(msg, 'a7741704-ba56-40b7-a6b8-62a423ef9376', props.userId, lang.lang, (event) => {
|
|
|
if (event.type === 'message') {
|
|
if (event.type === 'message') {
|
|
|
aiAnalysisData.value.find((item:any) => {
|
|
aiAnalysisData.value.find((item:any) => {
|
|
|
return item.pid === props.showData.workDetail.id && item.index === props.showData.workIndex
|
|
return item.pid === props.showData.workDetail.id && item.index === props.showData.workIndex
|
|
@@ -907,7 +907,7 @@ const aiAnalysisRefresh15 = () => {
|
|
|
}).json = ''
|
|
}).json = ''
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- chat_stream(msg, 'a7741704-ba56-40b7-a6b8-62a423ef9376', props.userId, 'zh-CN', (event) => {
|
|
|
|
|
|
|
+ chat_stream(msg, 'a7741704-ba56-40b7-a6b8-62a423ef9376', props.userId, lang.lang, (event) => {
|
|
|
if (event.type === 'message') {
|
|
if (event.type === 'message') {
|
|
|
aiAnalysisData.value.find((item:any) => {
|
|
aiAnalysisData.value.find((item:any) => {
|
|
|
return item.pid === props.showData.workDetail.id && item.index === props.showData.workIndex
|
|
return item.pid === props.showData.workDetail.id && item.index === props.showData.workIndex
|