Update AWS AMI ID, enhance directory creation logic in file upload, modify osworld service configuration, and refine JSON evaluation examples for improved clarity and functionality.

This commit is contained in:
yuanmengqi
2025-07-03 16:57:41 +00:00
parent 7b2120c843
commit a651b04e49
5 changed files with 55 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ DEFAULT_REGION = "us-east-1"
# todo: Add doc for the configuration of image, security group and network interface
# todo: public the AMI images
IMAGE_ID_MAP = {
"us-east-1": "ami-0cae20d2680c939d4",
"us-east-1": "ami-0a6a55a75d04c8888",
"ap-east-1": "ami-0c092a5b8be4116f5",
}