mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add slash commands for checkpoints and branch
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user