Nick: llm extract 50
This commit is contained in:
parent
7b7a6f8a39
commit
5e80f8af87
@ -65,7 +65,7 @@ export async function scrapeHelper(
|
||||
}
|
||||
|
||||
let creditsToBeBilled = filteredDocs.length;
|
||||
const creditsPerLLMExtract = plan === "starter" ? 5 : 50;
|
||||
const creditsPerLLMExtract = 50;
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user