Remove condition

aaf8fa13e586f73cac6b3874aeca835ec7b7e295

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -3Showing whitespace changes
public/scripts/textgen-settings.js+1 -3
@@ -1228,9 +1228,7 @@ export function getTextGenGenerationData(finalPrompt, maxTokens, isImpersonate,
12281228 'dynatemp_exponent': dynatemp ? settings.dynatemp_exponent : undefined,
12291229 'xtc_threshold': settings.xtc_threshold,
12301230 'xtc_probability': settings.xtc_probability,
12311231 'custom_token_bans': [APHRODITE, MANCER].includestoIntArray(settings.typebanned_tokens) ?,
1232- toIntArray(banned_tokens) :
1233- banned_tokens,
12341232 };
12351233
12361234 if (settings.type === OPENROUTER) {