Update headless with no auto continue (#5901)

This commit is contained in:
mamoodi 2024-12-29 14:10:10 -05:00 committed by GitHub
parent 194181a420
commit 78aef2b150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ To run OpenHands in headless mode with Python,
and then run:
```bash
poetry run python -m openhands.core.main -t "write a bash script that prints hi"
poetry run python -m openhands.core.main -t "write a bash script that prints hi" --no-auto-continue
```
You'll need to be sure to set your model, API key, and other settings via environment variables