mirrored 6 minutes ago
0
timothyxxxUpdate evaluation examples with clearer instructions and improved configurations - Revised instructions in multiple JSON examples to enhance clarity and specificity, ensuring users understand the tasks better. - Adjusted configurations for tasks involving Chrome, GIMP, LibreOffice, and VLC to reflect more precise requirements and expected behaviors. - These changes aim to improve the usability and effectiveness of the evaluation examples, making them more intuitive for users. 98b6fb6
{
  "id": "dbbf4b99-2253-4b10-9274-45f246af2466",
  "snapshot": "gimp",
  "instruction": "Use GIMP only to convert my new RAW image into a JPEG file.",
  "source": "https://www.makeuseof.com/tag/can-photoshop-gimp-cant/",
  "config": [
    {
      "type": "download",
      "parameters": {
        "files": [
          {
            "url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/gimp/dbbf4b99-2253-4b10-9274-45f246af2466/yicun.raw",
            "path": "/home/user/Desktop/yicun.raw"
          }
        ]
      }
    },
    {
      "type": "launch",
      "parameters": {
        "command": [
          "gimp",
          "/home/user/Desktop/yicun.raw"
        ]
      }
    }
  ],
  "trajectory": "trajectories/",
  "related_apps": [
    "gimp"
  ],
  "evaluator": {
    "func": "infeasible"
  },
  "proxy": false,
  "fixed_ip": false,
  "possibility_of_env_change": "low"
}