0
This commit is contained in:
Caleb Peffer 2024-04-30 10:27:39 -07:00
parent d1235a0029
commit d9d206aff6

View File

@ -59,7 +59,6 @@ export async function scrapeHelper(
if (extractorOptions.mode === "llm-extraction"){
creditsToBeBilled = creditsToBeBilled + (creditsPerLLMExtract * filteredDocs.length)
}
// console.log("credits to be billed, ", creditsToBeBilled);
const billingResult = await billTeam(
team_id,