Merge branch 'feat/aws-provider-support' of https://github.com/xlang-ai/OSWorld into feat/aws-provider-support
This commit is contained in:
@@ -8,4 +8,4 @@ RESULTS_BASE_PATH=../results_operator_aws/pyautogui/screenshot/computer-use-prev
|
|||||||
MAX_STEPS=50
|
MAX_STEPS=50
|
||||||
FLASK_PORT=80
|
FLASK_PORT=80
|
||||||
FLASK_HOST=0.0.0.0
|
FLASK_HOST=0.0.0.0
|
||||||
FLASK_DEBUG=true
|
FLASK_DEBUG=false
|
||||||
@@ -25,7 +25,7 @@ The monitor can be configured by editing the `.env` file in the monitor director
|
|||||||
| MAX_STEPS | Maximum steps to display for a task | 50 |
|
| MAX_STEPS | Maximum steps to display for a task | 50 |
|
||||||
| FLASK_PORT | Port for the web server | 80 |
|
| FLASK_PORT | Port for the web server | 80 |
|
||||||
| FLASK_HOST | Host address for the web server | 0.0.0.0 |
|
| FLASK_HOST | Host address for the web server | 0.0.0.0 |
|
||||||
| FLASK_DEBUG | Enable debug mode (true/false) | true |
|
| FLASK_DEBUG | Enable debug mode (true/false) | false |
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
```bash
|
```bash
|
||||||
@@ -36,7 +36,7 @@ RESULTS_BASE_PATH=../results_operator_aws/pyautogui/screenshot/computer-use-prev
|
|||||||
MAX_STEPS=50
|
MAX_STEPS=50
|
||||||
FLASK_PORT=80
|
FLASK_PORT=80
|
||||||
FLASK_HOST=0.0.0.0
|
FLASK_HOST=0.0.0.0
|
||||||
FLASK_DEBUG=true
|
FLASK_DEBUG=false
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running with Docker
|
## Running with Docker
|
||||||
|
|||||||
Reference in New Issue
Block a user