1.0 KiB
1.0 KiB
Per-Profile Model Configuration
Default Profile (Sho'Nuff)
- Config: /root/.hermes/config.yaml
- Main model: deepseek-chat
- Vision: gemini-pro-latest (set Jul 9, 2026 — was openrouter/openai/gpt-4o)
- Delegation: claude-opus-4.8 (admin-ai direct, NOT OpenRouter)
- Fallback 1: claude-opus-4.8 (admin-ai)
- Fallback 2: llama3.2:3b (ollama-local)
Anita Profile
- Config: /root/.hermes/profiles/anita/config.yaml
- Main model: deepseek-v4-pro
- Vision: gemini-pro-latest (set Jul 9, 2026 independently)
- Fallback: llama3.2:3b (ollama-local) (set Jul 9, 2026 — previously none)
Key Facts
- Profiles are FULLY INDEPENDENT. Changes to default do NOT propagate to Anita.
hermes config setmodifies the current profile's config. For Anita:hermes config set --profile anita ...- Vision model is
auxiliary.vision.modelnotvision.model. - Both profiles use the same admin-ai api_key so all models available to one are available to both.
- A profile WITHOUT a fallback configured has no redundancy — if admin-ai goes down, that profile is dead.