Fix AutoGPT agbenchmark config

This commit is contained in:
Reinier van der Leer
2023-10-17 12:36:14 -07:00
parent 57751a7780
commit 2660e5ec8c
2 changed files with 9 additions and 1 deletions

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"
}