Add slash commands for checkpoints and branch

This commit is contained in:
Wolfsblvt
2024-09-08 03:28:54 +02:00
parent cb9e73deca
commit 22d2b7d2a2
2 changed files with 279 additions and 24 deletions

View File

@ -117,6 +117,7 @@ import {
} from './scripts/nai-settings.js';
import {
initBookmarks,
showBookmarksButtons,
updateBookmarkDisplay,
} from './scripts/bookmarks.js';
@ -936,6 +937,7 @@ async function firstLoadInit() {
initDynamicStyles();
initTags();
initOpenai();
initBookmarks();
await getUserAvatars(true, user_avatar);
await getCharacters();
await getBackgrounds();