Update scrape.ts
This commit is contained in:
parent
3c7030dbb1
commit
dfcf39f4c0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user