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

@@ -1022,6 +1022,7 @@ export interface Database{
flags: LLMFlags[]
}[]
igpPrompt:string
useTokenizerCaching:boolean
}
interface SeparateParameters{