Tag (4)
models
- Field Report // NO. 012
The 13-Profile Stack: how I run a fleet of Hermes agents on one machine
How to run a fleet of Hermes profiles like a cost ledger: the rule for when a new profile earns its own tier, who sits where, and the four failure modes that burn money.
- Tradecraft // NO. 011
Changing a profile's model tier in one line
The mechanism: edit one line in models.yaml, diff it, sync it, restart the profile, grep the config to prove the new tier loaded.
- Field Report // NO. 007
Stand up a LiteLLM gateway on a VPS: the install, the chain API, and the env-var trap
How to install LiteLLM on a VPS with PostgreSQL, wire provider credentials, add a four-leg model chain through the REST API, and avoid the STORE_MODEL_IN_DB environment-variable trap that made my models vanish on restart.
- Field Report // NO. 006
How I Consolidated Model Config Across 13 Profiles Into One File
Thirteen copy-pasted model configs, one typo breaking a profile for a weekend. The fix: one models.yaml, tiers instead of per-profile chains, and a sync script you can copy. Here is the whole recipe.