We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935beeb commit ecaa657Copy full SHA for ecaa657
1 file changed
tests/test_openai_rft_integration.py
@@ -1,7 +1,7 @@
1
import types
2
from typing import Any, Dict, Callable
3
4
-from eval_protocol.integrations.openai_rft.adapter import build_python_grader_from_evaluation_test
+from eval_protocol.integrations.openai_rft import build_python_grader_from_evaluation_test
5
from eval_protocol.models import EvaluationRow
6
7
0 commit comments