Skip to content

Commit 5c27514

Browse files
fix remark 1
Co-authored-by: Max Ryabinin <mryabinin0@gmail.com>
1 parent 338686b commit 5c27514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/cli/api/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def create(
242242
model_a_input_template,
243243
]
244244
)
245-
model_b_provided = model_b_field or any(
245+
model_b_provided = model_b_field is not None or any(
246246
[
247247
model_b_name,
248248
model_b_max_tokens,

0 commit comments

Comments
 (0)