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,
1228 'dynatemp_exponent': dynatemp ? settings.dynatemp_exponent : undefined,1228 'dynatemp_exponent': dynatemp ? settings.dynatemp_exponent : undefined,
1229 'xtc_threshold': settings.xtc_threshold,1229 'xtc_threshold': settings.xtc_threshold,
1230 'xtc_probability': settings.xtc_probability,1230 'xtc_probability': settings.xtc_probability,
1231 'custom_token_bans': [APHRODITE, MANCER].includes(settings.type) ?1231 'custom_token_bans': toIntArray(banned_tokens),
1232 toIntArray(banned_tokens) :
1233 banned_tokens,
1234 };1232 };
12351233
1236 if (settings.type === OPENROUTER) {1234 if (settings.type === OPENROUTER) {