Skip to content

Commit c608779

Browse files
committed
fix: add debug log
1 parent 40bdeb4 commit c608779

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

evals/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function getTestCasesVersion(): string {
1919
// Models to evaluate
2020
export const MODELS_TO_EVALUATE = [
2121
'gpt-4o-mini',
22-
'claude-3-5-haiku-latest',
22+
// 'claude-3-5-haiku-latest',
2323
];
2424

2525
export const PASS_THRESHOLD = 0.8;

evals/run-evaluation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ async function main(): Promise<number> {
226226
experimentDescription,
227227
concurrency: 10,
228228
});
229+
log.info(`Experiment run completed. View details at: ${experiment}`);
229230

230231
const runsMap = experiment.runs ?? {};
231232
const evalRuns = experiment.evaluationRuns ?? [];

0 commit comments

Comments
 (0)