make needSuperChunkedTranslate function to always return false for now

This commit is contained in:
kwaroran
2024-03-25 19:52:28 +09:00
parent d2a168524e
commit a67962f2cd

View File

@@ -354,8 +354,7 @@ export async function translateHTML(html: string, reverse:boolean, charArg:simpl
} }
function needSuperChunkedTranslate(){ function needSuperChunkedTranslate(){
let db = get(DataBase) return false //not needed for now
return db.translatorType === 'deeplX'
} }
let llmCache = new Map<string, string>() let llmCache = new Map<string, string>()