minor cost tracking fix
This commit is contained in:
@@ -307,7 +307,7 @@ export async function extractData({
|
|||||||
(acc, result) => acc + result.tokenUsage,
|
(acc, result) => acc + result.tokenUsage,
|
||||||
0,
|
0,
|
||||||
);
|
);
|
||||||
smartScrapeCallCount += pages.length;
|
smartScrapeCallCount += smartscrapeResults.length;
|
||||||
}
|
}
|
||||||
// console.log("smartscrapeResults", smartscrapeResults);
|
// console.log("smartscrapeResults", smartscrapeResults);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user