mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Don't modify response length when changing mancer model
This commit is contained in:
@ -237,7 +237,7 @@ function onMancerModelSelect() {
|
||||
$('#api_button_textgenerationwebui').trigger('click');
|
||||
|
||||
const limits = mancerModels.find(x => x.id === modelId)?.limits;
|
||||
setGenerationParamsFromPreset({ max_length: limits.context, genamt: limits.completion }, true);
|
||||
setGenerationParamsFromPreset({ max_length: limits.context });
|
||||
}
|
||||
|
||||
function onTogetherModelSelect() {
|
||||
|
Reference in New Issue
Block a user