Remove condition
| @@ -1228,9 +1228,7 @@ export function getTextGenGenerationData(finalPrompt, maxTokens, isImpersonate, | ||
| 1228 | 1228 | 'dynatemp_exponent': dynatemp ? settings.dynatemp_exponent : undefined, |
| 1229 | 1229 | 'xtc_threshold': settings.xtc_threshold, |
| 1230 | 1230 | 'xtc_probability': settings.xtc_probability, |
| 1231 | 1231 | 'custom_token_bans': [APHRODITE, MANCER].includestoIntArray(settings.typebanned_tokens) ?, |
| 1232 | - toIntArray(banned_tokens) : | |
| 1233 | - banned_tokens, | |
| 1234 | 1232 | }; |
| 1235 | 1233 | |
| 1236 | 1234 | if (settings.type === OPENROUTER) { |