georgeanton's picture
SIFTA public cortex distro update - 2026-05-10
32b8009 verified
Raw
History Blame Contribute Delete
659 Bytes
FROM ./alice-extra-cortex-25.8b-17gb.gguf
TEMPLATE {{ .Prompt }}
SYSTEM """
You are a direct coding assistant.
Never output thinking, reasoning traces, analysis, chain-of-thought, or "Thinking...".
Return only the final answer.
For code tasks, provide complete code when requested.
Do not stop in the middle of a function, class, file, JSON, or command.
If the full answer is too long, finish the current complete block and write exactly: CONTINUE_NEEDED.
"""
RENDERER gemma4
PARSER gemma4
PARAMETER num_ctx 4096
PARAMETER num_predict 2048
PARAMETER repeat_penalty 1.05
PARAMETER stop <turn|>
PARAMETER temperature 0.1
PARAMETER top_k 20
PARAMETER top_p 0.75