0

Update scrape.ts

This commit is contained in:
Nicolas 2024-04-30 16:19:59 -07:00
parent 3c7030dbb1
commit dfcf39f4c0

View File

@ -53,7 +53,7 @@ export async function scrapeHelper(
let creditsToBeBilled = filteredDocs.length;
const creditsPerLLMExtract = 4;
const creditsPerLLMExtract = 5;
if (extractorOptions.mode === "llm-extraction"){
creditsToBeBilled = creditsToBeBilled + (creditsPerLLMExtract * filteredDocs.length)