模型评估新加接口
This commit is contained in:
parent
70ccb62f12
commit
328ef960dc
@ -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 = "备份")
|
||||
|
Loading…
x
Reference in New Issue
Block a user