Skip to content

Commit 9a74163

Browse files
committed
remove verbose
1 parent 758f914 commit 9a74163

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

eval/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eval/dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eval/src/braintrust.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export async function runEval(args: Params, onSummary: OnSummaryFn) {
137137
process.chdir(path.resolve(root));
138138

139139
// Build bt eval flags
140-
const flags: string[] = ["--jsonl", "--verbose"];
140+
const flags: string[] = ["--jsonl"];
141141

142142
if (terminate_on_failure) {
143143
flags.push("--terminate-on-failure");

0 commit comments

Comments
 (0)