Add os_type param to VBox manager (#85)

This commit is contained in:
HappySix
2024-10-25 14:46:09 +08:00
committed by GitHub
parent 9229c44393
commit 900b511422
2 changed files with 8 additions and 5 deletions

View File

@@ -144,7 +144,7 @@ If you wish to run the baseline agent used in our paper, you can execute the fol
Set **OPENAI_API_KEY** environment variable with your API key
```bash
export OPENAI_API_KEY='changme'
export OPENAI_API_KEY='changeme'
```
```bash