Skip to content

Commit

Permalink
continue the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwei715 committed Feb 20, 2024
1 parent 4c5cd8d commit 10dda0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llm_judge/llm_judge.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 10dda0f

Please sign in to comment.