mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix holdover textgenerationwebui_settings
This commit is contained in:
@ -4375,7 +4375,7 @@ function extractMultiSwipes(data, type) {
|
||||
return swipes;
|
||||
}
|
||||
|
||||
if (main_api === 'textgenerationwebui' && textgenerationwebui_settings.type === textgen_types.APHRODITE) {
|
||||
if (main_api === 'textgenerationwebui' && textgen_settings.type === textgen_types.APHRODITE) {
|
||||
const multiSwipeCount = data.choices.length - 1;
|
||||
|
||||
if (multiSwipeCount <= 0) {
|
||||
|
Reference in New Issue
Block a user