Files
confident-ai--deepeval/deepeval/benchmarks/modes/__init__.py
T
2026-07-13 13:32:05 +08:00

8 lines
135 B
Python

from ..arc.arc import ARCMode
from ..truthful_qa.truthful_qa import TruthfulQAMode
__all__ = [
"ARCMode",
"TruthfulQAMode",
]