提交 be393fe2 作者: 洪东保

授权改动

定时任务选择模板debug
父级 53489d62
...@@ -472,8 +472,11 @@ public class FileProcessTask { ...@@ -472,8 +472,11 @@ public class FileProcessTask {
"Bearer " + llmApiToken, "Bearer " + llmApiToken,
llmApiMaxTokens); llmApiMaxTokens);
LLMResult llmResult = MeetingProcess.processMeeting(prompt, textContent,meetingDate,participantNames, baseLLM, new ArrayList<>()); LLMResult llmResult = MeetingProcess.processMeeting(prompt, textContent,meetingDate,participantNames, baseLLM, new ArrayList<>());
if (llmResult.success) {
return llmResult.respond;
}
throw new RuntimeException("获取的转录文本太少,跳过纪要生成");
// DebugOutputTool.println(llmResult.respond); // DebugOutputTool.println(llmResult.respond);
return llmResult.respond;
} }
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论