Proper handle settings presets for TextGen

This commit is contained in:
SillyLossy
2023-03-23 22:47:02 +02:00
parent 9eebe6ce61
commit 339d3c357d
19 changed files with 239 additions and 226 deletions

View File

@@ -2084,7 +2084,7 @@ async function getSettings(type) {
loadNovelSettings(settings);
// TextGen
loadTextGenSettings(settings);
loadTextGenSettings(data, settings);
// OpenAI
loadOpenAISettings(data, settings);