diff --git a/modules/rpgmakermvmz.py b/modules/rpgmakermvmz.py index faf09f5..bb395f6 100644 --- a/modules/rpgmakermvmz.py +++ b/modules/rpgmakermvmz.py @@ -8,7 +8,6 @@ import time import traceback import tiktoken import openai -import copy from concurrent.futures import ThreadPoolExecutor, as_completed from pathlib import Path from colorama import Fore @@ -2537,6 +2536,9 @@ def createContext(fullPromptFlag, subbedT, format): vocabPairs = parseVocabWithCategories(VOCAB) matchedVocabText = buildMatchedVocabText(vocabPairs, subbedT) + if matchedVocabText: + print(matchedVocabText) + if fullPromptFlag: system = PROMPT + matchedVocabText else: