Files
AutoGPT/classic/benchmark/reports/mini-agi/4_TestBasicRetrieval.json
Swifty ef7cfbb860 refactor: AutoGPT Platform Stealth Launch Repo Re-Org (#8113)
Restructuring the Repo to make it clear the difference between classic autogpt and the autogpt platform:
* Move the "classic" projects `autogpt`, `forge`, `frontend`, and `benchmark` into a `classic` folder
  * Also rename `autogpt` to `original_autogpt` for absolute clarity
* Rename `rnd/` to `autogpt_platform/`
  * `rnd/autogpt_builder` -> `autogpt_platform/frontend`
  * `rnd/autogpt_server` -> `autogpt_platform/backend`
* Adjust any paths accordingly
2024-09-20 16:50:43 +02:00

28 lines
641 B
JSON

{
"command": "agbenchmark start --test TestBasicRetrieval",
"completion_time": "2023-07-17-13:22",
"metrics": {
"run_time": "61.24 seconds",
"highest_difficulty": "basic: 2"
},
"tests": {
"TestBasicRetrieval": {
"data_path": "agbenchmark/challenges/retrieval/r1",
"is_regression": true,
"reached_cutoff": true,
"metrics": {
"difficulty": "basic",
"success": true,
"success_%": 100.0,
"run_time": "60.872 seconds"
}
}
},
"config": {
"workspace": "${os.path.join(Path.home(), 'miniagi')}"
},
"additional": {
"model": "gpt-3.5-turbo"
}
}