mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 06:24:20 +01:00
Add more challenges + cleanup (#5368)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
@@ -65,6 +65,7 @@ while json_files:
|
||||
|
||||
with open(json_file, "r") as file:
|
||||
data = json.load(file)
|
||||
|
||||
if "eval_id" not in data:
|
||||
data["eval_id"] = str(uuid.uuid4())
|
||||
# this will sort all the keys of the JSON systematically so that the order is always the same
|
||||
|
||||
Reference in New Issue
Block a user