make needSuperChunkedTranslate function to always return false for now
This commit is contained in:
@@ -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>()
|
||||||
|
|||||||
Reference in New Issue
Block a user