Detail tutorial for benchmark users.
task_step_input
is a dictionary provided as input to the call_api
method that contains all the benchmark dataset information. You will need to use it to test your intelligence.task_step_inputs
is {"question": "question text"}
.
requirements.txt
file that lists all dependencies needed to call your API. For instance, in the openai_caller.py
, your requirements.txt
should include the following dependencies:
organization_name/benchmark_name
Fields Description
call_api
method.
requirements.txt
. This file should list all the Python dependencies needed for your API calls.