Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- rewards/llm_judge.py +3 -0
rewards/llm_judge.py
CHANGED
|
@@ -130,3 +130,6 @@ def judge_explainability(
|
|
| 130 |
def is_available() -> bool:
|
| 131 |
"""Check if the LLM judge is configured."""
|
| 132 |
return bool(JUDGE_API_URL)
|
|
|
|
|
|
|
|
|
|
|
|
| 130 |
def is_available() -> bool:
|
| 131 |
"""Check if the LLM judge is configured."""
|
| 132 |
return bool(JUDGE_API_URL)
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
# empty line
|