Initial skills documentation — 25 categories, all SKILL.md + references + scripts
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
1. Profiles are FULLY INDEPENDENT. Changes to default do NOT propagate to Anita.
|
||||
2. `hermes config set` modifies the current profile's config. For Anita: `hermes config set --profile anita ...`
|
||||
3. Vision model is `auxiliary.vision.model` not `vision.model`.
|
||||
4. Both profiles use the same admin-ai api_key so all models available to one are available to both.
|
||||
5. A profile WITHOUT a fallback configured has no redundancy — if admin-ai goes down, that profile is dead.
|
||||
Reference in New Issue
Block a user