mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Fix AutoGPT agbenchmark config
This commit is contained in:
1
autogpts/autogpt/.gitignore
vendored
1
autogpts/autogpt/.gitignore
vendored
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user