Skip to content

Commit 0f8e5f1

Browse files
committed
add cost info for judge
1 parent 0fec560 commit 0f8e5f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

evals/git-evals/judge-git-eval.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ ${evalRun.eval_commit.spec}
5959
Task Duration: ${durationSeconds} seconds (${evalRun.durationMs}ms)
6060
[/TIMING_INFORMATION]
6161
62+
[COST_INFORMATION]
63+
Total Cost: ${evalRun.costUsd.toFixed(2)} USD
64+
[/COST_INFORMATION]
65+
6266
[GROUND_TRUTH_CHANGES]
6367
${groundTruthChanges}
6468
[/GROUND_TRUTH_CHANGES]

0 commit comments

Comments
 (0)