feat: configure Dolphin 3.0 8B as creative writing fallback (#1068)
- Add Modelfile.timmy-creative: Dolphin 3.0-Llama3.1-8B tuned for
Morrowind narrative tasks (journal entries, NPC dialogue, lore).
Uses temperature 0.9, top_p 0.95, 8K context, Morrowind system
prompt, no tool-calling overhead.
- Update config/providers.yaml:
- Register dolphin3 and timmy-creative models on ollama-local with
the 'creative' capability tag
- Add 'creative' fallback chain: timmy-creative → dolphin3 → qwen3:30b
Usage:
ollama pull dolphin3
ollama create timmy-creative -f Modelfile.timmy-creative
The creative fallback chain is ready to wire into task routing
(see #1065) when/if Qwen3-14B proves insufficient for creative output.
Fixes #1068
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>