mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 21:06:06 +08:00
Update scrape.ts
This commit is contained in:
parent
e31a5007d5
commit
575ddc9e6e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user