Skip to content

Commit f39e6bd

Browse files
committed
refactor: change default llm judge to gpt-4o
1 parent a426911 commit f39e6bd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

eval/evaluate.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
from eval.generate import preprocess_generation
1111

12-
# TODO(@zhewang2001): allow users to play LLM judge based on vLLM, instead of relying on bedrock
13-
DEFAULT_LLM_JUDGE = "bedrock/us.meta.llama3-3-70b-instruct-v1:0"
12+
DEFAULT_LLM_JUDGE = "openai/gpt-4o"
1413

1514

1615
def to_evalplus_format(generation_path: str) -> str:

0 commit comments

Comments
 (0)