Skip to content

Commit 7efa2cf

Browse files
committed
additional print update
1 parent 05eee73 commit 7efa2cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/judge/direct_judge_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async def async_main():
5858
judge = await aiclient.create_judge(judge_key, context)
5959

6060
if not judge:
61-
print(f"*** AI judge configuration is not enabled for key: {judge_key}")
61+
print(f"*** Failed to create judge for key: {judge_key}")
6262
return
6363

6464
print("\n*** Starting direct judge evaluation of input and output:")

0 commit comments

Comments
 (0)