Revert "Merge pull request #1068 from mendableai/nsc/llm-usage-extract"

This reverts commit 406f28c04a, reversing
changes made to 34ad9ec25d.
This commit is contained in:
Nicolas
2025-01-19 22:00:28 -03:00
parent 406f28c04a
commit 8b17af4001
16 changed files with 27 additions and 8344 deletions
-2
View File
@@ -59,7 +59,6 @@ export async function logJob(job: FirecrawlJob, force: boolean = false) {
num_tokens: job.num_tokens,
retry: !!job.retry,
crawl_id: job.crawl_id,
tokens_billed: job.tokens_billed,
};
if (force) {
@@ -129,7 +128,6 @@ export async function logJob(job: FirecrawlJob, force: boolean = false) {
origin: job.origin,
num_tokens: job.num_tokens,
retry: job.retry,
tokens_billed: job.tokens_billed,
},
};
if (job.mode !== "single_urls") {