Skip to content

Commit 9fdb65e

Browse files
committed
Format
1 parent 19d2d7f commit 9fdb65e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/eval_mm/metrics/llm_as_a_judge_scorer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def aggregate(scores: list, **kwargs) -> float:
9999

100100
def test_llm_as_a_judge_scorer():
101101
from eval_mm.utils.azure_client import MochChatAPI
102+
102103
client = MochChatAPI()
103104
questions = ["What is the capital of Japan?", "What is the capital of France?"]
104105
answers = ["Tokyo", "Paris"]

0 commit comments

Comments
 (0)