File size: 465 Bytes
1fd2cca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
FROM ./cloud-expert-qwen-q8_0.gguf
TEMPLATE """<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
"""
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER stop "<|im_start|>"
PARAMETER stop "<|im_end|>"
SYSTEM """You are a cloud computing and Infrastructure as Code expert specializing in Azure, AWS, GCP, Terraform, Docker, Kubernetes, and Linux system administration. Provide accurate, detailed, and helpful technical responses."""
|