Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lexi entering the arena #7118

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions arena/Lexi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"github_repo_url": "https://github.com/h-bar/AutoGPT",
"timestamp": "2024-05-02T03:41:52.050106",
"commit_hash_to_benchmark": "d57ccf7ec9e8ce6c1c2d5077e1488403bdcf35c7",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: It's recommended to avoid hardcoding sensitive information like commit hashes directly in JSON configuration files. Instead, consider using environment variables or external configuration management systems to handle sensitive or frequently changing data securely and flexibly. [best practice]

Suggested change
"commit_hash_to_benchmark": "d57ccf7ec9e8ce6c1c2d5077e1488403bdcf35c7",
{
"github_repo_url": "https://github.com/h-bar/AutoGPT",
"timestamp": "2024-05-02T03:41:52.050106",
"commit_hash_to_benchmark": "${COMMIT_HASH_ENV}",
"branch_to_benchmark": "master"
}

"branch_to_benchmark": "master"
}