mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-22 07:24:27 +01:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"TestWriteFile": {
|
|
"data_path": "agbenchmark/challenges/interface/write_file",
|
|
"is_regression": true,
|
|
"metrics": {
|
|
"difficulty": "interface",
|
|
"success": true,
|
|
"non_mock_success_%": 100.0,
|
|
"run_time": "0.009 seconds"
|
|
}
|
|
},
|
|
"additional": {
|
|
"model": "gpt-3.5-turbo"
|
|
},
|
|
"command": "agbenchmark start --test TestWriteFile",
|
|
"completion_time": "2023-07-17-09:54",
|
|
"config": {
|
|
"workspace": "${os.path.join(Path.home(), 'miniagi')}"
|
|
},
|
|
"metrics": {
|
|
"run_time": "22.36 seconds",
|
|
"highest_difficulty": "interface: 1"
|
|
},
|
|
"tests": {
|
|
"TestWriteFile": {
|
|
"data_path": "agbenchmark/challenges/interface/write_file",
|
|
"is_regression": false,
|
|
"metrics": {
|
|
"difficulty": "interface",
|
|
"success": true,
|
|
"success_%": 40.0,
|
|
"run_time": "22.169 seconds"
|
|
}
|
|
}
|
|
}
|
|
} |