mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Save OAI preset based on current settings
This commit is contained in:
@ -929,7 +929,7 @@ $(document).ready(function () {
|
||||
return;
|
||||
}
|
||||
|
||||
await saveOpenAIPreset(name, default_settings);
|
||||
await saveOpenAIPreset(name, oai_settings);
|
||||
});
|
||||
|
||||
$("#main_prompt_restore").click(function () {
|
||||
|
Reference in New Issue
Block a user