Commit bc2ad6bc authored by alex yao's avatar alex yao

feat: 关键词提取

parent 7c149eb0
...@@ -751,7 +751,7 @@ public class LongTextDialoguesServiceImpl implements LongTextDialoguesService { ...@@ -751,7 +751,7 @@ public class LongTextDialoguesServiceImpl implements LongTextDialoguesService {
} }
if (StringUtils.isNotBlank(result.getMessage())) { if (StringUtils.isNotBlank(result.getMessage())) {
String message = result.getMessage(); String message = result.getMessage();
summary.append(message); summary.append(message).append(StringUtils.LF);
} }
} }
bufferedReader.close(); bufferedReader.close();
......
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