Skip to content

Commit 2f06063

Browse files
committed
docs: clarify provider identity configuration
1 parent 5b1ceae commit 2f06063

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ If the named provider already exists, keep it and add only the plugin entry.
6161
Provider credentials remain in `~/.hermes/.env`; this plugin has no environment
6262
variables of its own.
6363

64-
The provider key must be the canonical `custom:<provider-name>` identity. A
65-
provider named `thunder-forge` therefore uses `custom:thunder-forge`.
64+
The key under the plugin's `providers` mapping must exactly match Hermes'
65+
`model.provider` value. For example, if `model.provider` is
66+
`custom:thunder-forge`, use `custom:thunder-forge` as the key.
6667

6768
### 3. Restart Hermes
6869

@@ -79,7 +80,7 @@ configuration. A new CLI process loads them on startup.
7980
Hermes passes the effective model to the middleware. The plugin does not select,
8081
alias, or configure models.
8182

82-
For one session, Chez produces separate sticky keys for its two model aliases:
83+
For one session, different model aliases produce separate sticky keys:
8384

8485
```text
8586
20260715_210001_a1b2c3:agent-better

0 commit comments

Comments
 (0)