feat: disable cost tracking

This commit is contained in:
Gergő Móricz 2025-04-16 09:55:32 -07:00
parent 8766bc6f6b
commit 39d10dc734

View File

@ -936,7 +936,7 @@ export async function performExtraction(
status: "completed",
llmUsage,
sources,
costTracking,
// costTracking,
}).catch((error) => {
logger.error(
`Failed to update extract ${extractId} status to completed: ${error}`,