How to Customise It
This is a member-only chapter. Log in with your Signal Over Noise membership email to continue.
Log in to readModule 4 · Section 8 of 9
How to Customise It
Model choice — the skill assumes whatever model is configured in your local-llm MCP server. Swap in a different Ollama model based on the task type. Coding tasks do well with qwen2.5-coder. General writing does better with a general-purpose model like mistral.
The banned-phrases list — extend it with any slop phrases that consistently appear in your local model’s output.
Quality thresholds — the skill says “flag when draft quality is too low for refinement (regenerate vs refine).” You can tune the criteria for what counts as too low.
Chunk size — for longer documents, you may need to adjust how the skill breaks content into generation chunks. Larger chunks mean more coherent output but slower generation.