Skip to content

Commit

Permalink
Rename qna_llm_as_a_judge_middleware -> qna_llm_as_a_judge
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeng03 committed Dec 2, 2024
1 parent 60aa47d commit d114fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concrete-core/concrete/validators/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def is_valid_python(projectfile: ProjectFile) -> bool:
return False


def qna_llm_as_a_judge_middleware(query: str, message: Message) -> Rating:
def qna_llm_as_a_judge(query: str, message: Message) -> Rating:
"""
Utility function for invoking a LLM as a Judge.
"""
Expand Down

0 comments on commit d114fa3

Please sign in to comment.