mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 01:17:39 +01:00
Fix magic wand
This commit is contained in:
parent
ff56cb9c2e
commit
735fe49a84
@ -936,6 +936,8 @@ async function firstLoadInit() {
|
|||||||
initTextGenModels();
|
initTextGenModels();
|
||||||
initOpenAI();
|
initOpenAI();
|
||||||
initSystemPrompts();
|
initSystemPrompts();
|
||||||
|
initExtensions();
|
||||||
|
initExtensionSlashCommands();
|
||||||
await initPresetManager();
|
await initPresetManager();
|
||||||
await getSystemMessages();
|
await getSystemMessages();
|
||||||
sendSystemMessage(system_message_types.WELCOME);
|
sendSystemMessage(system_message_types.WELCOME);
|
||||||
@ -957,8 +959,6 @@ async function firstLoadInit() {
|
|||||||
initCfg();
|
initCfg();
|
||||||
initLogprobs();
|
initLogprobs();
|
||||||
initInputMarkdown();
|
initInputMarkdown();
|
||||||
initExtensions();
|
|
||||||
initExtensionSlashCommands();
|
|
||||||
doDailyExtensionUpdatesCheck();
|
doDailyExtensionUpdatesCheck();
|
||||||
await hideLoader();
|
await hideLoader();
|
||||||
await fixViewport();
|
await fixViewport();
|
||||||
|
Loading…
Reference in New Issue
Block a user