Fix holdover textgenerationwebui_settings
This commit is contained in:
parent
f7417e9fb3
commit
3c59b5b7a5
|
@ -4375,7 +4375,7 @@ function extractMultiSwipes(data, type) {
|
||||||
return swipes;
|
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;
|
const multiSwipeCount = data.choices.length - 1;
|
||||||
|
|
||||||
if (multiSwipeCount <= 0) {
|
if (multiSwipeCount <= 0) {
|
||||||
|
|
Loading…
Reference in New Issue