Nick: llm extract 50

This commit is contained in:
Nicolas 2024-06-06 18:35:44 -07:00
parent 7b7a6f8a39
commit 5e80f8af87

View File

@ -65,7 +65,7 @@ export async function scrapeHelper(
}
let creditsToBeBilled = filteredDocs.length;
const creditsPerLLMExtract = plan === "starter" ? 5 : 50;
const creditsPerLLMExtract = 50;