[claude] Configure Dolphin 3.0 8B as creative writing fallback (#1068) #1088
Reference in New Issue
Block a user
Delete Branch "claude/issue-1068"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #1068
What
Adds Dolphin 3.0-Llama3.1-8B as an optional creative writing fallback for Morrowind narrative tasks (journal entries, NPC dialogue, lore fragments).
Changes
Modelfile.timmy-creative(new)timmy-creativeOllama model fromdolphin3config/providers.yamldolphin3andtimmy-creativeonollama-localwithcreativecapability tagcreativefallback chain:timmy-creative→dolphin3→qwen3:30bUsage
The
creativefallback chain is wired intoconfig/providers.yamland ready to connect to task routing in the cascade router (#1065) when/if Qwen3-14B proves insufficient.Notes
- 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>