diff --git a/llm_judge/llm_judge.py b/llm_judge/llm_judge.py index 4a99b237..773ba255 100644 --- a/llm_judge/llm_judge.py +++ b/llm_judge/llm_judge.py @@ -915,6 +915,7 @@ def _extract_score_explanation(self, response) -> Dict[str, Any]: :param response: the response to extract the score and the explanation from :returns: the score and the explanation """ + logger.info(f"Extract the score and the explanation from the response") try: res = json.loads(response) result_dict = {}