Fix AutoGPT agbenchmark config
parent
57751a7780
commit
2660e5ec8c
autogpts/autogpt
agbenchmark_config
|
@ -164,6 +164,7 @@ CURRENT_BULLETIN.md
|
|||
|
||||
# AgBenchmark
|
||||
agbenchmark_config/reports/
|
||||
agbenchmark_config/workspace/
|
||||
|
||||
# Nodejs
|
||||
package-lock.json
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue