🦀 Import 50+ OpenWebUI memories - family, health, career, tech stack

- Grace's cancer journey timeline
- Mia's full DNA breakdown
- Career elevator pitch (SolarReturn, WA EV Network, Bright Horizons)
- Pacific Energy brand colors + all 8 offices
- 2025 New Year's resolutions
- Health stack: Pristiq, Wegovy, Minoxidil, skincare
- Tech setup: Proxmox, Tailscale, Portainer, Home Assistant
- Personal preferences: walking, coffee, Ember mugs, Good Pair Days
This commit is contained in:
Krilly
2026-02-21 01:13:53 +00:00
parent 6337dac343
commit 796270d19c
573 changed files with 163061 additions and 13 deletions

View File

@@ -118,6 +118,24 @@ Reactions are lightweight social signals. Humans use them constantly — they sa
Skills provide your tools. When you need one, check its `SKILL.md`. Keep local notes (camera names, SSH details, voice preferences) in `TOOLS.md`.
## Model Routing Policy (Cost/Value)
**Primary:** `openai-codex/gpt-5.3-codex` — default for all tasks
**Fallbacks (in order):**
1. `opencode/kimi-k2.5-free` — strong free model, first fallback
2. `opencode/glm-5-free` — fast free model
3. `anthropic/claude-sonnet-4-6` — strong paid, for deep reasoning
4. `openrouter/qwen/qwen3-coder:free` — code tasks
5. `groq/llama-3.3-70b-versatile` — fast general-purpose
6. `groq/meta-llama/llama-4-maverick-17b-128e-instruct` — multimodal
7. `groq/qwen/qwen3-32b` — reasoning
8. `nim/meta/llama-3.3-70b-instruct` — NVIDIA fallback
**Rules:**
- Default to Codex for everything
- Fallback order is automatic when rate-limited
- **⛔ NEVER use `openrouter/anthropic/*`** — caused $96 bill in 1 hour
**🎭 Voice Storytelling:** If you have `sag` (ElevenLabs TTS), use voice for stories, movie summaries, and "storytime" moments! Way more engaging than walls of text. Surprise people with funny voices.
**📝 Platform Formatting:**