Update scrape.ts

This commit is contained in:
Nicolas 2024-07-22 19:12:51 -04:00
parent e31a5007d5
commit 575ddc9e6e

View File

@ -146,6 +146,7 @@ export async function scrapeController(req: Request, res: Response) {
const creditsPerLLMExtract = 50;
if (extractorOptions.mode.includes("llm-extraction")) {
// creditsToBeBilled = creditsToBeBilled + (creditsPerLLMExtract * filteredDocs.length);
creditsToBeBilled += creditsPerLLMExtract;
}