mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add preset settings for TextGen. Thanks oobabooga for compiling them!
This commit is contained in:
@ -2047,8 +2047,6 @@ async function getSettings(type) {
|
||||
|
||||
//Load AI model config settings (temp, context length, anchors, and anchor order)
|
||||
|
||||
loadTextGenSettings(settings.textgenerationwebui_settings);
|
||||
|
||||
amount_gen = settings.amount_gen;
|
||||
if (settings.max_context !== undefined)
|
||||
max_context = parseInt(settings.max_context);
|
||||
@ -2079,11 +2077,15 @@ async function getSettings(type) {
|
||||
//console.log('getsettings calling showswipebtns');
|
||||
showSwipeButtons();
|
||||
|
||||
// Kobold
|
||||
loadKoboldSettings(settings);
|
||||
|
||||
//Novel
|
||||
// Novel
|
||||
loadNovelSettings(settings);
|
||||
|
||||
// TextGen
|
||||
loadTextGenSettings(settings);
|
||||
|
||||
// OpenAI
|
||||
loadOpenAISettings(data, settings);
|
||||
|
||||
|
Reference in New Issue
Block a user