feat&fix: update paths in configuration, enhance error handling, and improve UI elements
This commit is contained in:
@@ -28,11 +28,11 @@ The monitor can be configured by editing the `.env` file in the monitor director
|
||||
For example:
|
||||
```bash
|
||||
# .env
|
||||
TASK_CONFIG_PATH=evaluation_examples/test_small.json
|
||||
EXAMPLES_BASE_PATH=evaluation_examples/examples
|
||||
RESULTS_BASE_PATH=results_operator_aws/pyautogui/screenshot/computer-use-preview
|
||||
TASK_CONFIG_PATH=../evaluation_examples/test_small.json
|
||||
EXAMPLES_BASE_PATH=../evaluation_examples/examples
|
||||
RESULTS_BASE_PATH=../results_operator_aws/pyautogui/screenshot/computer-use-preview
|
||||
MAX_STEPS=50
|
||||
FLASK_PORT=8080
|
||||
FLASK_PORT=80
|
||||
FLASK_HOST=0.0.0.0
|
||||
FLASK_DEBUG=true
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user