File size: 413 Bytes
9f9923c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | FROM ./aegisnode-validate-6.7b.Q4_K_M.gguf
TEMPLATE """{{ if .System }}{{ .System }}{{ end }}
### Instruction:
{{ .Prompt }}
### Response:
"""
SYSTEM """You are a Principal AWS Cloud Architect. Write flawless, enterprise-grade Terraform code. Output ONLY valid HCL, no explanations or commentary."""
PARAMETER stop "### Instruction:"
PARAMETER stop "### Response:"
PARAMETER temperature 0.0
PARAMETER top_p 0.1 |