From fe19d7e10453d10a645e7eb3ff895bdb11761c2d Mon Sep 17 00:00:00 2001 From: Zaur Magamednebiev <42669535+imzaur@users.noreply.github.com> Date: Tue, 23 Apr 2024 06:12:14 +0300 Subject: [PATCH] fixed readme (#26) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4ffb97a..5489bd2 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,12 @@ You will see all the logs of the system running normally, including the successf ## 🧪 Experiments ### Agent Baselines If you wish to run the baseline agent used in our paper, you can execute the following command as an example under the GPT-4V pure-screenshot setting: + +Set **OPENAI_API_KEY** environment variable with your API key +```bash +export OPENAI_API_KEY='changme' +``` + ```bash python run.py --path_to_vm Ubuntu/Ubuntu.vmx --headless --observation_type screenshot --model gpt-4-vision-preview --result_dir ./results ```