28 lines
644 B
JSON
28 lines
644 B
JSON
{
|
|
"command": "agbenchmark start --test TestReadFile",
|
|
"completion_time": "2023-07-17-10:12",
|
|
"metrics": {
|
|
"run_time": "65.27 seconds",
|
|
"highest_difficulty": "interface: 1"
|
|
},
|
|
"tests": {
|
|
"TestReadFile": {
|
|
"data_path": "agbenchmark/challenges/interface/read_file",
|
|
"is_regression": true,
|
|
"reached_cutoff": true,
|
|
"metrics": {
|
|
"difficulty": "interface",
|
|
"success": true,
|
|
"success_%": 100.0,
|
|
"run_time": "65.074 seconds"
|
|
}
|
|
}
|
|
},
|
|
"config": {
|
|
"workspace": "${os.path.join(Path.home(), 'miniagi')}"
|
|
},
|
|
"additional": {
|
|
"model": "gpt-3.5-turbo"
|
|
}
|
|
}
|