Make tokenizer caching to an option

This commit is contained in:
kwaroran
2025-04-16 10:57:48 +09:00
parent 21561fe5ff
commit 36e0935bb0
4 changed files with 26 additions and 14 deletions

View File

@@ -1115,5 +1115,6 @@ export const languageEnglish = {
fallbackWhenBlankResponse: "Fallback When Blank Response",
doNotChangeFallbackModels: "Do Not Change Fallback Models on Preset Change",
customModels: "Custom Models",
igpPrompt: "IGP Prompt"
igpPrompt: "IGP Prompt",
useTokenizerCaching: "Tokenizer Caching"
}