/v1/chat/completions, so it can run entirely on local Bonsai.
Step 1: Serve Bonsai
Any OpenAI-compatible Bonsai endpoint works. Pick one:Step 2: Install and configure Hermes
Install
Run the setup wizard
| Prompt | Value |
|---|---|
| API base URL | http://localhost:8080/v1 (or your endpoint from step 1) |
| API key | any non-empty string, e.g. not-needed |
| Model | auto-detected via GET /v1/models; accept the Bonsai entry |
| Display name | e.g. bonsai-local |
~/.hermes/config.yaml (secrets in ~/.hermes/.env). To change just the model later, run hermes setup model, or edit the config directly with hermes config edit. ‹TODO: verify wizard prompts against the current Hermes release›