Compare commits

...

1 Commits

Author SHA1 Message Date
Graham Neubig
f2299abcc3 Update cli-mode.mdx 2025-06-11 12:29:25 -04:00

View File

@@ -17,7 +17,7 @@ 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.
2. Set your model, API key, and other preferences through prompts in the CLI.
3. Launch an interactive OpenHands conversation from the command line:
```bash