Fix AutoGPT agbenchmark config

pull/5612/head
Reinier van der Leer 2023-10-17 12:36:14 -07:00
parent 57751a7780
commit 2660e5ec8c
No known key found for this signature in database
GPG Key ID: CDC1180FDAE06193
2 changed files with 9 additions and 1 deletions
autogpts/autogpt
agbenchmark_config

View File

@ -164,6 +164,7 @@ CURRENT_BULLETIN.md
# AgBenchmark
agbenchmark_config/reports/
agbenchmark_config/workspace/
# Nodejs
package-lock.json

View File

@ -1 +1,8 @@
{"workspace": {"input": "auto_gpt_workspace", "output":"auto_gpt_workspace" }, "entry_path": "agbenchmark.benchmarks"}
{
"workspace": {
"input": "agbenchmark_config/workspace",
"output": "agbenchmark_config/workspace"
},
"entry_path": "agbenchmark.benchmarks",
"host": "http://localhost:8000"
}