# NOTE: BadRequestError is triggered once for MMMU, please uncomment if you are reruning MMMU
exceptopenai.BadRequestErrorase:
print("Bad Request Error",e)
return""
exceptExceptionase:
exception_backoff=2**trial# expontial back off
print(
f"Rate limit exception so wait and retry {trial} after {exception_backoff} sec",
e,
)
time.sleep(exception_backoff)
trial+=1
# unknown error shall throw exception
QUERY_TEMPLATE_MULTICHOICE="""
Answer the following multiple choice question. The last line of your response should be of the following format: 'Answer: $LETTER' (without quotes) where LETTER is one of ABCD. Think step by step before answering.