mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix typo
This commit is contained in:
@ -37,7 +37,7 @@ function migrateSystemPromptFromInstructMode() {
|
||||
* @param {object} data Settings data object.
|
||||
*/
|
||||
export async function loadSystemPrompts(data) {
|
||||
if (data.instruct !== undefined) {
|
||||
if (data.sysprompt !== undefined) {
|
||||
system_prompts = data.sysprompt;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user