agentic-safety-gguf / Modelfile
guerilla7's picture
Add V4 Modelfile for Ollama integration
e8991d5 verified
raw
history blame contribute delete
860 Bytes
# Ollama Modelfile for Agentic Safety Foundation-Sec
# Generated: 2025-12-23 09:56:45
FROM ./agentic-safety-foundation-sec-q4_k_m.gguf
# Model parameters
PARAMETER temperature 0.3
PARAMETER top_p 0.9
PARAMETER top_k 40
PARAMETER num_ctx 8192
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|im_start|>"
# System prompt
SYSTEM """You are an expert security analyst specializing in agentic AI systems and autonomous workflows.
Your role is to:
- Analyze agentic workflows for security vulnerabilities
- Identify potential attack vectors and threat scenarios
- Provide actionable security recommendations
- Assess risks in autonomous agent deployments
Provide detailed, technical analysis with specific remediation steps.
"""
# Template
TEMPLATE """<|im_start|>system
{{ .System }}<|im_end|>
<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""