fix: 连续滚动重复请求;perf: 训练参数

This commit is contained in:
archer
2023-03-26 14:37:49 +08:00
parent 98c458dcf8
commit 9125910cfe
4 changed files with 27 additions and 7 deletions

View File

@@ -83,7 +83,8 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
{
training_file: uploadFileId,
model: trainingType,
suffix: model.name
suffix: model.name,
n_epochs: 2
},
{ httpsAgent }
);