模型评估新加接口

This commit is contained in:
sunxiqing 2024-12-30 17:50:07 +08:00
parent 70ccb62f12
commit 328ef960dc

View File

@ -114,14 +114,6 @@ public class ModelAssessTaskManualController {
return success(new PageResult<>());
}
@GetMapping("/export-excel")
@Operation(summary = "导出评估内容 Excel")
@PreAuthorize("@ss.hasPermission('llm:dataset-files:export')")
@ApiAccessLog(operateType = EXPORT)
public void exportDatasetFilesExcel(@Valid DatasetQuestionPageReqVO pageReqVO,
HttpServletResponse response) throws IOException {
//TODO 人工评估-导出待补充
}
@PostMapping("/backedUp")
@Operation(summary = "备份")