From b87cbe69e5d81e4bdb32a0e9ef0edd53cf1c9485 Mon Sep 17 00:00:00 2001 From: yuanmengqi Date: Mon, 2 Jun 2025 13:34:20 +0000 Subject: [PATCH] add monitor --- monitor/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitor/.env b/monitor/.env index d28ba42..70eb212 100644 --- a/monitor/.env +++ b/monitor/.env @@ -2,9 +2,9 @@ # Do not write any secret keys or sensitive information here. # Monitor configuration -TASK_CONFIG_PATH=../evaluation_examples/test_small.json +TASK_CONFIG_PATH=../evaluation_examples/test_small_debug.json EXAMPLES_BASE_PATH=../evaluation_examples/examples -RESULTS_BASE_PATH=../results_operator_aws/pyautogui/screenshot/computer-use-preview +RESULTS_BASE_PATH=../results_operator_aws2/pyautogui/screenshot/computer-use-preview MAX_STEPS=50 FLASK_PORT=80 FLASK_HOST=0.0.0.0