mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix early_stopping
This commit is contained in:
@ -1225,6 +1225,7 @@ export function getTextGenGenerationData(finalPrompt, maxTokens, isImpersonate,
|
|||||||
'spaces_between_special_tokens': settings.spaces_between_special_tokens,
|
'spaces_between_special_tokens': settings.spaces_between_special_tokens,
|
||||||
'guided_grammar': settings.grammar_string,
|
'guided_grammar': settings.grammar_string,
|
||||||
'guided_json': settings.json_schema,
|
'guided_json': settings.json_schema,
|
||||||
|
'early_stopping': false, // hack
|
||||||
};
|
};
|
||||||
|
|
||||||
if (settings.type === OPENROUTER) {
|
if (settings.type === OPENROUTER) {
|
||||||
|
Reference in New Issue
Block a user