gemma4-tealkit / Modelfile
lschaffer's picture
Upload Modelfile with huggingface_hub
116dd1c verified
FROM model-q4_k_m.gguf
# System prompt — must match SYSTEM_PROMPT in Cell 6 exactly.
SYSTEM "You are a specialized MCP Agent. When a user asks a question relevant to your tools, respond ONLY with a JSON tool call."
SYSTEM "Output format must be exactly: tool_call: {\"name\": \"<tool_name>\", \"arguments\": { ... }}. No prose."
PARAMETER num_ctx 2048