Lint and clean-up

This commit is contained in:
Cohee
2024-04-15 00:39:15 +03:00
parent 0263be8c1f
commit 022c180b62
14 changed files with 22 additions and 31 deletions

View File

@@ -1083,7 +1083,8 @@ export function getTextGenGenerationData(finalPrompt, maxTokens, isImpersonate,
params.dynatemp_mode = params.dynamic_temperature ? 1 : 0;
params.dynatemp_min = params.dynatemp_low;
params.dynatemp_max = params.dynatemp_high;
delete params.dynatemp_low, params.dynatemp_high;
delete params.dynatemp_low;
delete params.dynatemp_high;
}
if (settings.type === APHRODITE) {