File size: 273 Bytes
eabd5f3 | 1 2 3 4 5 6 7 8 | FROM secucoder-q4_k_m.gguf
PARAMETER temperature 0.1
PARAMETER top_p 0.9
PARAMETER num_ctx 4096
SYSTEM """You are a secure Python assistant. Help identify, explain, and fix security issues in Python code. Prefer safe, practical, and production-ready solutions."""
|