Commit be80eb5a authored by 赵灿灿's avatar 赵灿灿

修改调用地址

parent 393d3e35
......@@ -279,7 +279,7 @@ require(['jquery', 'vue', 'utils','marked','markdown', 'global'], function ($, V
}
});
// 连接SSE
this.currentEventSource = new EventSource('../../api/langchain/simulate?chatMessage='+chatMessage+"&sessionId="+this.sessionId
this.currentEventSource = new EventSource('../../api/langchain/sseFusionIntelligent?chatMessage='+chatMessage+"&dialogId="+this.sessionId
+"&selectedExpert="+this.selectedExpert+"&selectedOrg="+this.selectedOrg);
let responseText = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment