| 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.""" | |