feat: disable cost tracking
This commit is contained in:
@@ -936,7 +936,7 @@ export async function performExtraction(
|
|||||||
status: "completed",
|
status: "completed",
|
||||||
llmUsage,
|
llmUsage,
|
||||||
sources,
|
sources,
|
||||||
costTracking,
|
// costTracking,
|
||||||
}).catch((error) => {
|
}).catch((error) => {
|
||||||
logger.error(
|
logger.error(
|
||||||
`Failed to update extract ${extractId} status to completed: ${error}`,
|
`Failed to update extract ${extractId} status to completed: ${error}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user