We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0929d8 commit 2432a68Copy full SHA for 2432a68
eval_utils.py
@@ -156,6 +156,6 @@ def evaluate_vlsbench_function(
156
]
157
eval_message_input.append(message)
158
159
- model_name = "gpt-4o"
+ model_name = "gpt-4o" # optional for `gpt-4o-mini` to reduce the refusal rate by OpenAI policy
160
outputs_list = get_openai_structered_eval_answer(eval_message_input, model_name)
161
return outputs_list
0 commit comments