Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Feb 16, 2025
1 parent 41c0e45 commit 107f598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/core/kiln_ai/adapters/eval/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def eval_adapter_from_type(eval_config_type: EvalConfigType) -> type[BaseEval]:
case EvalConfigType.g_eval:
return GEval
case EvalConfigType.llm_as_judge:
# Also implemented by GEval
return GEval
case _:
# type checking will catch missing cases
Expand Down

0 comments on commit 107f598

Please sign in to comment.