File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ This means CLI flags override config file values, which override environment var
3636| ` --port PORT ` | ` BALATROLLM_PORT ` | ` 12346 ` | Starting port |
3737| ` --base-url URL ` | ` BALATROLLM_BASE_URL ` | ` https://openrouter.ai/api/v1 ` | LLM API base URL |
3838| ` --api-key KEY ` | ` BALATROLLM_API_KEY ` | * None* | LLM API key |
39+ | ` --views ` | ` BALATROLLM_VIEWS ` | ` False ` | Enable views HTTP server |
3940| ` --dry-run ` | - | ` False ` | Show tasks without executing |
4041
4142!!! note "Multiple Values"
@@ -76,6 +77,12 @@ balatrollm config/example.yaml --dry-run
7677
7778# Use a custom strategy
7879balatrollm --model openai/gpt-4o --strategy my_custom_strategy
80+
81+ # Enable views overlay on port 12345
82+ balatrollm --model openai/gpt-4o --views
83+ # Access views at:
84+ # http://localhost:12345/views/task.html
85+ # http://localhost:12345/views/responses.html
7986```
8087
8188!!! note "Cartesian Product"
You can’t perform that action at this time.
0 commit comments