提交 2392e820 作者: 洪东保

生成模型debug

父级 be393fe2
......@@ -475,7 +475,7 @@ public class FileProcessTask {
if (llmResult.success) {
return llmResult.respond;
}
throw new RuntimeException("获取的转录文本太少,跳过纪要生成");
throw new RuntimeException(llmResult.reason);
// DebugOutputTool.println(llmResult.respond);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论