mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-01 12:02:05 +00:00
docs(moa): clarify MoA presets are selectable on every surface (CLI, hermes model, Dashboard, Desktop, TUI) (#53211)
This commit is contained in:
parent
9dd56f0dfb
commit
2d3071f9d4
1 changed files with 7 additions and 1 deletions
|
|
@ -21,7 +21,13 @@ You can select a preset through the normal model picker surfaces:
|
|||
/model review --provider moa
|
||||
```
|
||||
|
||||
The Dashboard, TUI, and Desktop model pickers also show a `Mixture of Agents` provider row. Its models are your configured preset names.
|
||||
MoA presets are selectable on **every Hermes surface**, because MoA is a normal provider in the model system:
|
||||
|
||||
- **CLI / gateway / TUI `/model`** — `/model <preset> --provider moa`, or `/model --provider moa` for the default preset. A bare `/model <preset>` also works when the name exactly matches a configured preset.
|
||||
- **`hermes model`** and the **Dashboard model picker** — a `Mixture of Agents` provider row appears with your preset names as its models.
|
||||
- **Desktop GUI app** — the model dropdown shows an `MoA presets` section; selecting one (`MoA: <preset>`) switches the active model to that preset. The Desktop settings panel also creates and edits presets.
|
||||
|
||||
Configured presets therefore show up wherever you would pick any other model.
|
||||
|
||||
## Slash command shortcut
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue