Skip to content

Commit 6905aba

Browse files
author
Siba Rajendran
committed
Bug Fixes
1 parent 951d5d9 commit 6905aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fmcore/prompt_tuner/evaluator/llm_as_a_judge_boolean/llm_as_a_judge_boolean_evaluator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def evaluate(self, data: Dict) -> bool:
9696
Log.error(
9797
"[SYNC EVALUATION ERROR]\t\t ->"
9898
f"[INPUT DATA]: {data}\t\t ->"
99-
f"[PROMPT]: {self.evaluator_config.evaluator_params.prompt}\t\t ->"
99+
f"[PROMPT]: {self.config.evaluator_params.prompt}\t\t ->"
100100
f"[FORMATTED MESSAGE]: {formatted_message}\t\t ->"
101101
f"[LLM RESPONSE]: {llm_response}\t\t ->"
102102
f"[JSON RESPONSE]: {json_response}\t\t ->"
@@ -132,7 +132,7 @@ async def aevaluate(self, data: Dict) -> bool:
132132
Log.error(
133133
"[ASYNC EVALUATION ERROR]\t\t->"
134134
f"[INPUT DATA]: {data}\t\t ->"
135-
f"[PROMPT]: {self.evaluator_config.evaluator_params.prompt}\t\t ->"
135+
f"[PROMPT]: {self.config.evaluator_params.prompt}\t\t ->"
136136
f"[FORMATTED MESSAGE]: {formatted_message}\t\t ->"
137137
f"[LLM RESPONSE]: {llm_response}\t\t ->"
138138
f"[JSON RESPONSE]: {json_response}\t\t ->"

0 commit comments

Comments
 (0)