Filter WI entries by tags

This commit is contained in:
Cohee
2023-11-14 23:54:08 +02:00
parent dcf913336b
commit f24aae546c
2 changed files with 49 additions and 10 deletions

View File

@ -6797,6 +6797,8 @@ window["SillyTavern"].getContext = function () {
extensionSettings: extension_settings,
ModuleWorkerWrapper: ModuleWorkerWrapper,
getTokenizerModel: getTokenizerModel,
tags: tags,
tagMap: tag_map,
};
};