继续操作前请注册或者登录。
提交 be393fe2 作者: 洪东保

授权改动

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