mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +01:00
fix early_stopping
This commit is contained in:
parent
fde76069e0
commit
1cc935796f
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user