Update CLI mode docs to accurately reflect settings workflow (#9134)

This commit is contained in:
Graham Neubig 2025-06-14 15:21:18 -04:00 committed by GitHub
parent 4e99aabcb2
commit 98e0f5509c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,14 @@ for scripting.
pip install openhands-ai
```
2. Set your model, API key, and other preferences using environment variables or with the [`config.toml`](https://github.com/All-Hands-AI/OpenHands/blob/main/config.template.toml) file.
3. Launch an interactive OpenHands conversation from the command line:
2. Launch an interactive OpenHands conversation from the command line:
```bash
openhands
```
3. Set your model, API key, and other preferences using the UI (or alternatively environment variables, below).
This command opens an interactive prompt where you can type tasks or commands and get responses from OpenHands.
#### For Developers