Skip to content

Commit

Permalink
Fix AutoGPT agbenchmark config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Oct 17, 2023
1 parent 57751a7 commit 2660e5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions autogpts/autogpt/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ CURRENT_BULLETIN.md

# AgBenchmark
agbenchmark_config/reports/
agbenchmark_config/workspace/

# Nodejs
package-lock.json
Expand Down
9 changes: 8 additions & 1 deletion autogpts/autogpt/agbenchmark_config/config.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 2660e5e

Please sign in to comment.