Fix GUI Kobold

This commit is contained in:
Cohee
2024-01-02 10:28:34 +02:00
parent 9b24e7dc67
commit c69724e1da
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,6 @@ import {
getStoppingStrings,
substituteParams,
api_server,
main_api,
} from '../script.js';
import {
@ -142,7 +141,6 @@ export function getKoboldGenerationData(finalPrompt, settings, maxLength, maxCon
sampler_seed: kai_settings.seed >= 0 ? kai_settings.seed : undefined,
api_server,
main_api,
};
return generate_data;
}