5 lines
129 B
Python

from .base import LLMJudge
from .openai_compatible import OpenAICompatibleJudge
__all__ = ["LLMJudge", "OpenAICompatibleJudge"]