diff --git a/.gitignore b/.gitignore index 19dacf10d4da..090f3bdbc813 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ ## Original ignores +.github_access_token autogpt/keys.py autogpt/*.json auto_gpt_workspace/* @@ -170,4 +171,4 @@ package.json pri* # ignore ig* -.github_access_token \ No newline at end of file +.github_access_token diff --git a/arena/Granger.json b/arena/Granger.json new file mode 100644 index 000000000000..203e99c34433 --- /dev/null +++ b/arena/Granger.json @@ -0,0 +1,6 @@ +{ + "github_repo_url": "https://github.com/balloch/AutoGPTProblemSolver", + "timestamp": "2023-09-29T15:11:44.876627", + "commit_hash_to_benchmark": "9fb6d5bbbd6928402a5718b8c249811c6f682a88", + "branch_to_benchmark": "master" +} \ No newline at end of file