Skip to content

Commit

Permalink
for code review
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyuanbu committed May 30, 2024
1 parent 6021633 commit 9af01ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/eval_subjective_mtbench101.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
judge_models = [dict(
abbr='GPT4-Turbo',
type=OpenAI,
path='gpt-4-1106-preview', # To compare with the official leaderboard, please use gpt4-0613
path='gpt-4-1106-preview', # To compare with the official leaderboard, please use gpt-4-1106-preview
key='', # The key will be obtained from $OPENAI_API_KEY, but you can write down your key here as well
meta_template=api_meta_template,
query_per_second=16,
Expand Down

0 comments on commit 9af01ab

Please sign in to comment.