Commit 5886cdac authored by 赵灿灿's avatar 赵灿灿

修改配置信息

parent b6adc18b
Pipeline #21108 passed with stages
in 2 minutes and 59 seconds
......@@ -361,7 +361,7 @@ public class LangChainController {
}else
{
String sendData=data.replace("attachment#[]#attachment","").replace("source#[]#source","")
.replace("<br />", "\n").replace("#","");
.replace("<br />", "\n").replace("#","").replace("*","");
emitter.send(SseEmitter.event().data(sendData), MediaType.parseMediaType("application/json; charset=UTF-8"));
if(!sendData.startsWith("SUGGEST["))
content.append(sendData);
......
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