We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5a64d commit ca73448Copy full SHA for ca73448
src/humanloop/eval_utils/run.py
@@ -746,14 +746,12 @@ def _run_local_evaluators(
746
parent_id=log_id,
747
judgment=judgement,
748
id=local_evaluator.id,
749
- path=local_evaluator.path,
750
start_time=start_time,
751
end_time=datetime.now(),
752
)
753
except Exception as e:
754
_ = client.evaluators.log(
755
756
757
758
error=str(e),
759
0 commit comments