基础模型api

This commit is contained in:
ire 2025-02-19 17:58:01 +08:00
parent f776becf00
commit 313aaf37d6
2 changed files with 10 additions and 0 deletions

View File

@ -51,4 +51,10 @@ public class BaseModelPageReqVO extends PageParam {
@Schema(description = "aigc平台id")
private Long aigcId;
private Long gpuId;
private String gpuName;
}

View File

@ -61,4 +61,8 @@ public class BaseModelRespVO {
@Schema(description = "aigc平台id")
private Long aigcId;
private Long gpuId;
private String gpuName;
}