Skip to content

Commit 2432a68

Browse files
authored
Update eval_utils.py
1 parent e0929d8 commit 2432a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@ def evaluate_vlsbench_function(
156156
]
157157
eval_message_input.append(message)
158158

159-
model_name = "gpt-4o"
159+
model_name = "gpt-4o" # optional for `gpt-4o-mini` to reduce the refusal rate by OpenAI policy
160160
outputs_list = get_openai_structered_eval_answer(eval_message_input, model_name)
161161
return outputs_list

0 commit comments

Comments
 (0)