cloud-expert-qwen / Modelfile
jsdjsdequinia's picture
Add Ollama Modelfile
1fd2cca verified
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."""