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 d0eeedc commit ffdf7ebCopy full SHA for ffdf7eb
e2etests/judgment_client_test.py
@@ -199,7 +199,7 @@ def test_classifier_scorer(client: JudgmentClient):
199
print(res)
200
201
202
-def test_custom_judge(client: JudgmentClient):
+def test_custom_judge_vertexai(client: JudgmentClient):
203
204
import vertexai
205
from vertexai.generative_models import GenerativeModel
@@ -281,4 +281,9 @@ def get_model_name(self) -> str:
281
print("Classifier scorer test successful")
282
print("*" * 40)
283
284
+ print("Testing custom judge")
285
+ test_custom_judge_vertexai(ui_client)
286
+ print("Custom judge test successful")
287
+ print("*" * 40)
288
+
289
print("All tests passed successfully")
0 commit comments