mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Make the neutralize option turn off quad sampling
This commit is contained in:
@@ -576,6 +576,7 @@ jQuery(function($) {
|
|||||||
'penalty_alpha_textgenerationwebui': 0,
|
'penalty_alpha_textgenerationwebui': 0,
|
||||||
'typical_p_textgenerationwebui': 1, // Added entry
|
'typical_p_textgenerationwebui': 1, // Added entry
|
||||||
'guidance_scale_textgenerationwebui': 1,
|
'guidance_scale_textgenerationwebui': 1,
|
||||||
|
'smoothing_factor_textgenerationwebui': 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
for (const [id, value] of Object.entries(inputs)) {
|
for (const [id, value] of Object.entries(inputs)) {
|
||||||
|
Reference in New Issue
Block a user