mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Save prompts should actually work
This commit is contained in:
@ -650,4 +650,10 @@ $(document).ready(function () {
|
|||||||
getStatusOpen();
|
getStatusOpen();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$("#save_prompts").click(function () {
|
||||||
|
oai_settings.main_prompt = $('#main_prompt_textarea').val();
|
||||||
|
oai_settings.nsfw_prompt = $('#nsfw_prompt_textarea').val();
|
||||||
|
saveSettingsDebounced();
|
||||||
|
});
|
||||||
});
|
});
|
Reference in New Issue
Block a user