Caleb:
This commit is contained in:
parent
d1235a0029
commit
d9d206aff6
@ -59,7 +59,6 @@ export async function scrapeHelper(
|
|||||||
if (extractorOptions.mode === "llm-extraction"){
|
if (extractorOptions.mode === "llm-extraction"){
|
||||||
creditsToBeBilled = creditsToBeBilled + (creditsPerLLMExtract * filteredDocs.length)
|
creditsToBeBilled = creditsToBeBilled + (creditsPerLLMExtract * filteredDocs.length)
|
||||||
}
|
}
|
||||||
// console.log("credits to be billed, ", creditsToBeBilled);
|
|
||||||
|
|
||||||
const billingResult = await billTeam(
|
const billingResult = await billTeam(
|
||||||
team_id,
|
team_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user