Better customized sysprompt migration

This commit is contained in:
Cohee
2024-09-22 12:20:07 +03:00
parent 6179c361dc
commit ade6ef8af8
2 changed files with 14 additions and 7 deletions

View File

@ -934,6 +934,7 @@ async function firstLoadInit() {
initDefaultSlashCommands();
initTextGenModels();
initSystemPrompts();
await initPresetManager();
await getSystemMessages();
sendSystemMessage(system_message_types.WELCOME);
sendSystemMessage(system_message_types.WELCOME_PROMPT);
@ -947,7 +948,6 @@ async function firstLoadInit() {
await getCharacters();
await getBackgrounds();
await initTokenizers();
await initPresetManager();
initBackgrounds();
initAuthorsNote();
initPersonas();