Skip to content

Commit

Permalink
fix correct answer in ai critique
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed May 2, 2024
1 parent 7145533 commit d3d3412
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def auto_ai_critique(
chain_run_args = {
"llm_app_prompt_template": app_params.get("prompt_user", ""),
"variant_output": output,
"data_point": data_point,
"correct_answer": data_point[correct_answer_key],
}

for key, value in inputs.items():
Expand Down

0 comments on commit d3d3412

Please sign in to comment.