It looks like you are using a template variable, likely from a system like **Ollama**, **Go templates**, or a specific LLM orchestration framework.
In these contexts, `{{ .prompt }}` is a placeholder that represents the actual text or instruction provided by a user. When the template is processed, that placeholder is replaced by the real input.
**How can I help you with this?**
* Are you trying to design a **Modelfile** for a custom model?
* Are you setting up a **prompt template** for an application?
* Do you want to see an example of how to wrap that variable with a system message?
**Example of how it is typically used in a template:**
```text
### Instruction:
{{ .prompt }}
### Response:
```
Written and medically reviewed by Muhammad Aqeel Akram Licensed Pharmacist — RxAllHealthcare 📧 mraqeel.pk.org@gmail.com 📱 0345-5192345 (WhatsApp) Last updated: 17 May 2026 Medically reviewed by: Licensed Pharmacist, Pharm.D. Last updated: 17 May 2026 BP Machine Price in Pakistan 2026 – Best Digital Blood Pressure Monitors & Buying Guide Blood pressure monitoring is essential for every household in Pakistan. With rising cases of hypertension, having a reliable BP machine at home can help prevent serious health complications. 💊 Need Help Choosing BP Machine? 👉 View Best BP Machine (Recommended) 👉 Chat with Pharmacist BP Machine Price in Pakistan (2026 Updated) The price of BP machines in Pakistan varies depending on brand, accuracy, and features. Manual BP Machine: Rs. 1,500 – Rs. 3,000 Digital BP Machine: Rs. 3,000 – Rs. 8,000 Advanced Smart BP Monitor: Rs. 8...
Comments
Post a Comment